Gaffi / SG-WL-Inventory

Scans your whitelist for a particular game to see how many on your list own it. Many props to Sighery for helping me with the API business and for creating the code I butchered to make this.
https://www.steamgifts.com/discussion/HipoH/
4 stars 1 forks source link

API Key not saving properly #33

Closed Gaffi closed 7 years ago

Gaffi commented 7 years ago

GM_setValue() and GM_getValue() do not refer to the same variable name when storing/retrieving the API key. This key may be used by other scripts, so reporting of the issue may have been spotty.

GM_setValue('SGLCdlg-APIKey', input.value);

vs.

GM_getValue('APIKey');

Gaffi commented 7 years ago

Fixed with merge #34, script version 0.13.