mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: typo in HTML/CSS customizations export path
This commit is contained in:
parent
60f5eb8f18
commit
40deae55dc
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export default Ember.Controller.extend(activeSections, {
|
|||
section: null,
|
||||
|
||||
previewUrl: url("model.key", "/?preview-style=%@"),
|
||||
downloadUrl: url('model.id', '/admin/size_customizations/%@'),
|
||||
downloadUrl: url('model.id', '/admin/site_customizations/%@'),
|
||||
|
||||
mobile: function() {
|
||||
return this.get('section').indexOf('mobile-') === 0;
|
||||
|
|
Loading…
Reference in a new issue