Clean code.
This commit is contained in:
parent
d9ff0c3cf4
commit
088a0b0839
@ -16,8 +16,8 @@ modulejs.define('core/resource', ['_', '$', 'config', 'core/settings'], function
|
|||||||
|
|
||||||
function icon(id) {
|
function icon(id) {
|
||||||
|
|
||||||
var baseId = id.split('-')[0],
|
var baseId = id.split('-')[0];
|
||||||
href = config.theme[id] || config.theme[baseId];
|
var href = config.theme[id] || config.theme[baseId];
|
||||||
|
|
||||||
if (href) {
|
if (href) {
|
||||||
return themesHref + href;
|
return themesHref + href;
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
modulejs.define('core/server', ['$', '_', 'config', 'core/location'], function ($, _, config, location) {
|
modulejs.define('core/server', ['$', '_', 'config', 'core/location'], function ($, _, config, location) {
|
||||||
|
|
||||||
|
|
||||||
var hasApi = config.setup.API === true;
|
var hasApi = config.setup.API === true;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user