diff --git a/app/conf/general.js b/app/conf/general.js index c44f214..79a3635 100644 --- a/app/conf/general.js +++ b/app/conf/general.js @@ -15,6 +15,9 @@ App.general = { SVG_PATH: '/public/svg', ENVIRONMENT: 'testing', + USE_BRANDING = false; + EXTRA_BRANDING =["/assets/custom.css"]; + // Throw exceptions and don't catch them with our wrapper // so that we can debug them easier. THROW_UNCAUGHT_EXCEPTIONS: true, @@ -52,4 +55,4 @@ if (App.general.ENVIRONMENT !== 'production') if (typeof module != 'undefined') { module.exports.general = App.general; -} \ No newline at end of file +} diff --git a/app/includes.js b/app/includes.js index 15c0981..47464cf 100644 --- a/app/includes.js +++ b/app/includes.js @@ -1,8 +1,6 @@ /* * Include CSS and JS files utilities, with or without IE support. */ -EXTRA_BRANDING =["/assets/custom.css"]; -USE_BRANDING = false; function includeJsFile(file) { document.write('