cgaspard / mantiskanban

Mantis Kanban that uses ajax and mantisconnect
45 stars 33 forks source link

DefaultSettings is not defined #48

Open jbpotokar opened 8 years ago

jbpotokar commented 8 years ago

Hi ! Thanks for this product, sounds good ! But when I try to login, I get this error on my debug console "DefaultSettings is not defined" on line 151 of index.js (DefaultSettings.connectURL = Mantis.ConnectURL;) I think it's o pb with my config.js, but my defaultsettings is the one of the sample, so I'm lost. Any idea ?

Regards,

JB

jbpotokar commented 8 years ago

Hi ! For a test, I copied the definition of DefaultSettings from config to index, and it worked. But it's probably not the good solution, is it ?