Scroll to top on Site-Setting category render

This commit is contained in:
verg 2014-02-16 12:53:18 -05:00
parent 22af3fe085
commit 7e8c30c715
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
@namespace Discourse
@module Discourse
**/
Discourse.SiteSettingView = Discourse.View.extend({
Discourse.SiteSettingView = Discourse.View.extend(Discourse.ScrollTop, {
classNameBindings: [':row', ':setting', 'content.overridden'],
templateName: function() {