handle most of the boilerplate stuff
This commit is contained in:
15
www/todo/inner.js
Normal file
15
www/todo/inner.js
Normal file
@@ -0,0 +1,15 @@
|
||||
define([
|
||||
'jquery',
|
||||
//'css!/bower_components/components-font-awesome/css/font-awesome.min.css',
|
||||
//'css!/bower_components/bootstrap/dist/css/bootstrap.min.css',
|
||||
//'less!/file/todo.less',
|
||||
//'less!/customize/src/less/cryptpad.less',
|
||||
'less!/customize/src/less/toolbar.less',
|
||||
], function ($) {
|
||||
$('.loading-hidden').removeClass('loading-hidden');
|
||||
// dirty hack to get rid the flash of the lock background
|
||||
/*
|
||||
setTimeout(function () {
|
||||
$('#app').addClass('ready');
|
||||
}, 100);*/
|
||||
});
|
||||
Reference in New Issue
Block a user