webketje / GS-Custom-Settings

A GetSimple CMS plugin for custom site, theme and plugin settings. Uses Knockout & RequireJS
http://webketje.github.io/projects/gs-custom-settings
2 stars 1 forks source link

incompatible with other plugins #28

Open tablatronix opened 8 years ago

tablatronix commented 8 years ago

Did you mean to break compatibility with other plugins ?

addHook(gsconfigUI.init);seems to have changed to

window.addHook = function(tab, fn)

i noticed the 2 plugins i was using no longer work now.