Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyichen committed Apr 22, 2021
1 parent 7b502e3 commit fc8af42
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/js/wraps/results_page_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,8 @@ define([
) {
var height = $('#search-results-actions').outerHeight(true);
this.stickElements(height);
// without this abstract content will disappear with above elements fixed
// $('.s-abstract-content').attr('style', 'overflow: unset');
} else {
this.unStickElements();
// $('.s-abstract-content').attr('style', 'overflow: hidden');
}
},

Expand Down Expand Up @@ -123,13 +120,6 @@ define([
},

show: function() {
// hide drawers
// $('#abs-full-txt-toggle').text('Full Text Sources');
// $('#abs-nav-menu-toggle').html(
// '<i class="fa fa-bars" aria-hidden="true"></i> Show Menu'
// );
// $('.s-nav-container').removeClass('show');
// $('#resources-container').removeClass('show');

var ret = PageManagerController.prototype.show.apply(this, arguments);
var self = this;
Expand Down

0 comments on commit fc8af42

Please sign in to comment.