sizzlemctwizzle / GM_config

A lightweight, reusable, cross-browser graphical settings framework for inclusion in user scripts.
https://github.com/sizzlemctwizzle/GM_config/wiki
GNU Lesser General Public License v3.0
205 stars 48 forks source link

Fixes a bug with forgotten and Unit Test #123

Closed Martii closed 1 year ago

Martii commented 1 year ago

// All the values that aren't saved are passed to this function // for (i in values) alert(values[i]);

... which is where it is. It is returning 4 items in the object. One should be the Alert Text text.

Applies to #122

NOTE:

sizzlemctwizzle commented 1 year ago

Tested and works as expected.

Edit: I forgot to use the "review" feature and it disappeared after I merged.