Skip to content

Instantly share code, notes, and snippets.

@ocean90
Created March 23, 2016 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ocean90/7b28410e064099fef79c to your computer and use it in GitHub Desktop.
Save ocean90/7b28410e064099fef79c to your computer and use it in GitHub Desktop.
var oldThemesView = wp.themes.view.Themes;
wp.themes.view.Themes = oldThemesView.extend({
initialize: function() {
oldThemesView.prototype.initialize.apply( this, arguments );
this.stopListening( this.parent, 'theme:scroll' );
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment