jakub-g / gh-code-review-assistant

:octocat: (no longer maintained) GitHub Code Review Assistant tool is a userscript (lightweight extension) for Firefox / Chrome
Other
27 stars 8 forks source link

GM_getValue returns null #35

Open Jesse-Weinstein-Zonar opened 9 years ago

Jesse-Weinstein-Zonar commented 9 years ago

Not undefined (at least on Firefox 38.0.5, Greasemonkey 3.2). Line 629 should be changed to:

        if (val !== undefined && val!==null) {