mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add ability to edit the uncategorized category name, color, and text_color in a modal
This commit is contained in:
@@ -98,6 +98,13 @@ Discourse.SiteSetting.reopenClass({
|
||||
result.set('diags', settings.diags);
|
||||
});
|
||||
return result;
|
||||
},
|
||||
|
||||
update: function(key, value) {
|
||||
return Discourse.ajax(Discourse.getURL("/admin/site_settings/") + key, {
|
||||
type: 'PUT',
|
||||
data: { value: value }
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user