mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Upgrade Ember to RC5. Disabled a deprecation warning that I believe is in error.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
@namespace Discourse
|
||||
@module Discourse
|
||||
**/
|
||||
Discourse.AdminSiteContentEditController = Discourse.ObjectController.extend({
|
||||
Discourse.AdminSiteContentEditController = Discourse.Controller.extend({
|
||||
|
||||
saveDisabled: function() {
|
||||
if (this.get('saving')) return true;
|
||||
|
||||
Reference in New Issue
Block a user