mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-09 23:36:43 +02:00
Clean code.
This commit is contained in:
@@ -33,8 +33,7 @@ modulejs.define('view/sidebar', ['$', 'core/resource', 'core/store', 'view/mainr
|
||||
|
||||
|
||||
$sidebar.appendTo(mainrow.$el);
|
||||
$toggle.appendTo(topbar.$toolbar)
|
||||
.on('click', function () { update(true); });
|
||||
$toggle.appendTo(topbar.$toolbar).on('click', function () { update(true); });
|
||||
update(false);
|
||||
|
||||
return {
|
||||
|
Reference in New Issue
Block a user