mirror of
https://github.com/discourse/discourse.git
synced 2026-08-12 05:55:39 -05:00
Fixed a bunch of 'best of' errors and cleaned up JS.
This commit is contained in:
@@ -64,7 +64,7 @@ Discourse.SiteCustomization = Discourse.Model.extend({
|
||||
});
|
||||
},
|
||||
|
||||
"delete": function() {
|
||||
destroy: function() {
|
||||
if (!this.id) return;
|
||||
|
||||
return $.ajax({
|
||||
|
||||
Reference in New Issue
Block a user