mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
JS refactoring that fixes presence errors in earlier reverted commit.
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
The default view in the admin section
|
||||
|
||||
@class AdminDashboardView
|
||||
@extends Discourse.View
|
||||
@extends Em.View
|
||||
@namespace Discourse
|
||||
@module Discourse
|
||||
**/
|
||||
Discourse.AdminDashboardView = window.Discourse.View.extend({
|
||||
Discourse.AdminDashboardView = Discourse.View.extend({
|
||||
templateName: 'admin/templates/dashboard',
|
||||
|
||||
updateIconClasses: function() {
|
||||
|
||||
Reference in New Issue
Block a user