bloodybowlers / UkeGeeks-ng

Ukulele Songbook Website
GNU General Public License v3.0
6 stars 5 forks source link

add dummy parameter to end of settings.js #46

Closed Louis-coding-UGNG closed 5 years ago

Louis-coding-UGNG commented 5 years ago

https://github.com/bloodybowlers/UkeGeeks-ng/blob/7c4c5f94128890a4c39259e0d6fd24feb30c32c8/ugsphp/conf/settings.js_example#L3

This problem can be avoided by adding a dummy parameter without trailing comma to the very end of settings.js (and of course terminating the last "real" parameter with a comma as well. change this // "chordsHovering": false }

to // "chordsHovering": false, ` / dummy parameter to overcome the trailing comma problem DO NOT CHANGE ANYTHING BELOW THIS LINE */ "dummy": 0 }`

Louis-coding-UGNG commented 5 years ago

updated file is in https://github.com/Louis-coding-UGNG/UkeGeeks-ng/commit/c38ad06f0e0e94926332ef6bac562db3edf9e0b5