mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 22:26:29 +08:00
6 lines
145 B
JavaScript
6 lines
145 B
JavaScript
Discourse.AdminCustomizeIndexRoute = Discourse.Route.extend({
|
|
beforeModel: function() {
|
|
this.replaceWith('adminCustomize.colors');
|
|
}
|
|
});
|