10000 Reverse · socketpy/django-jet@faa7339 · GitHub
[go: up one dir, main page]

Skip to content

Commit faa7339

Browse files
committed
Reverse
1 parent b7b5853 commit faa7339

File tree

1 file changed

+0
-4
lines changed
  • jet/static/jet/js/src/features/sidebar

1 file changed

+0
-4
lines changed

jet/static/jet/js/src/features/sidebar/main.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ SideBar.prototype = {
7272
$.cookie('sidebar_pinned', status, { expires: 365, path: '/' });
7373
},
7474
addToggleButton: function() {
75-
if (!this.$sidebar.length) {
76-
return;
77-
}
78-
7975
var $button = $('<span>')
8076
.addClass('sidebar-container-toggle sidebar-header-menu-icon icon-menu sidebar-toggle');
8177

0 commit comments

Comments
 (0)
0