mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
upgraded Ember and Bootstrap, merged changes
This commit is contained in:
parent
b4fd42da38
commit
5dd7d9c181
114 changed files with 9814 additions and 1361 deletions
|
@ -9,7 +9,9 @@
|
|||
//
|
||||
// https://documize.com
|
||||
|
||||
import $ from 'jquery';
|
||||
import constants from '../constants/constants';
|
||||
import econstants from '../constants/econstants';
|
||||
|
||||
export function initialize(application) {
|
||||
// address insecure jquery defaults (kudos: @nathanhammond)
|
||||
|
@ -22,7 +24,9 @@ export function initialize(application) {
|
|||
});
|
||||
|
||||
let cs = constants.constants;
|
||||
let ec = econstants.econstants;
|
||||
application.register('constants:main', cs);
|
||||
application.register('econstants:main', ec);
|
||||
|
||||
Dropzone.autoDiscover = false;
|
||||
CodeMirror.modeURL = "/codemirror/mode/%N/%N.js";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue