mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-05 12:57:25 +02:00
Cleans code.
This commit is contained in:
@@ -1,11 +1,7 @@
|
|||||||
|
|
||||||
modulejs.define('core/notify', ['$'], function ($) {
|
modulejs.define('core/notify', ['$'], function ($) {
|
||||||
|
|
||||||
var test = null,
|
var template = '<div id="notify"/>',
|
||||||
|
|
||||||
template = '<div id="notify"/>',
|
|
||||||
|
|
||||||
id = 0,
|
|
||||||
|
|
||||||
set = function (content) {
|
set = function (content) {
|
||||||
|
|
||||||
|
@@ -108,7 +108,7 @@ modulejs.define('ext/filter', ['_', '$', 'core/settings', 'core/resource', 'core
|
|||||||
})
|
})
|
||||||
.on('keypress', updt);
|
.on('keypress', updt);
|
||||||
|
|
||||||
event.sub('location.changed', updf)
|
event.sub('location.changed', updf);
|
||||||
};
|
};
|
||||||
|
|
||||||
init();
|
init();
|
||||||
|
Reference in New Issue
Block a user