- Fixed conflic with backbone router in settings and import

- WIP on step 1
This commit is contained in:
MrCasual
2015-10-23 10:19:54 -04:00
parent 20a6e6d6de
commit 3cf50810f9
3 changed files with 193 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ define(
}));
jQuery(document).ready(function() {
Backbone.history.start();
if (!Backbone.History.started) Backbone.history.start();
});
}
);