Skip to content

Commit

Permalink
fix preventScroll js issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Apr 15, 2015
1 parent 9028b73 commit 3875084
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cms/static/cms/js/modules/cms.plugins.js
Expand Up @@ -621,9 +621,6 @@ $(document).ready(function () {
dropdown.css('top', offset);
dropdown.css('bottom', 'auto');
}

// enable scroll
this.preventScroll(true);
},

_hideSubnav: function (nav) {
Expand All @@ -645,9 +642,6 @@ $(document).ready(function () {
that._searchSubnav(nav, '');
}, this.timeout);

// enable scroll
this.preventScroll(false);

// reset relativity
$('.cms_dragbar').css('position', '');
},
Expand Down

0 comments on commit 3875084

Please sign in to comment.