mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-02 16:19:48 -04:00
Clean code.
This commit is contained in:
parent
5bd767d744
commit
3dfd912266
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@ modulejs.define('view/sidebar', ['$', 'core/resource', 'core/store', 'view/mainr
|
||||||
|
|
||||||
|
|
||||||
$sidebar.appendTo(mainrow.$el);
|
$sidebar.appendTo(mainrow.$el);
|
||||||
$toggle.appendTo(topbar.$toolbar)
|
$toggle.appendTo(topbar.$toolbar).on('click', function () { update(true); });
|
||||||
.on('click', function () { update(true); });
|
|
||||||
update(false);
|
update(false);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue