inpageedit / inpageedit-v2

A powerful frontend JavaScript Plugin for MediaWiki written with jQuery
https://www.ipe.wiki
GNU General Public License v3.0
47 stars 13 forks source link

[DEV] [renewed-14.0.0] Debug log ./module/pluginPreference #93

Closed dragon-fish closed 4 years ago

dragon-fish commented 4 years ago

https://github.com/Dragon-Fish/InPageEdit-v2/blob/02f361a3039aafd0aeb19f772e024e03ff896dca/module/pluginPreference.js#L47

Should be

return json[setting] ? json[setting] : null;
dragon-fish commented 4 years ago

Fixed