mirror of
https://github.com/discourse/discourse.git
synced 2025-09-09 12:21:04 +08:00
Revert "FEATURE: Site settings defaults per locale"
This reverts commit 468a8fcd20
.
This commit is contained in:
parent
4b53fe3cc7
commit
439fe8ba24
28 changed files with 364 additions and 1373 deletions
|
@ -48,7 +48,7 @@ SiteSetting.reopenClass({
|
|||
update(key, value) {
|
||||
const data = {};
|
||||
data[key] = value;
|
||||
return ajax(`/admin/site_settings/${key}`, { type: 'PUT', data });
|
||||
return ajax("/admin/site_settings/" + key, { type: 'PUT', data });
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue