mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 03:57:08 -04:00
Clean code.
This commit is contained in:
parent
6137120b2e
commit
cdca37e59d
19 changed files with 53 additions and 47 deletions
|
@ -27,7 +27,6 @@ modulejs.define('ext/info', ['_', '$', 'modernizr', 'core/settings', 'core/resou
|
|||
'<img src="' + resource.image('info-toggle') + '" alt="view-info"/>' +
|
||||
'</div>' +
|
||||
'</div>';
|
||||
var sepTemplate = '<span class="sep"/>';
|
||||
var storekey = 'ext/info';
|
||||
var $img;
|
||||
var $label;
|
||||
|
@ -108,7 +107,7 @@ modulejs.define('ext/info', ['_', '$', 'modernizr', 'core/settings', 'core/resou
|
|||
update(item);
|
||||
}
|
||||
|
||||
function onMouseleave(item) {
|
||||
function onMouseleave() {
|
||||
|
||||
update(currentFolder);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue