mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-01 15:58:19 -04:00
Semantics.
This commit is contained in:
parent
0d6410de8e
commit
25d84fe3df
6 changed files with 31 additions and 31 deletions
|
@ -2,8 +2,8 @@
|
|||
modulejs.define('core/settings', ['config', '_'], function (config, _) {
|
||||
|
||||
return _.extend({}, config.options, {
|
||||
appHref: config.setup.APP_URL,
|
||||
rootHref: config.setup.ROOT_URL,
|
||||
currentHref: config.setup.CURRENT_URL
|
||||
appHref: config.setup.APP_HREF,
|
||||
rootHref: config.setup.ROOT_HREF,
|
||||
currentHref: config.setup.CURRENT_HREF
|
||||
});
|
||||
});
|
||||
|
|
|
@ -37,7 +37,7 @@ modulejs.define('info', ['$', 'config'], function ($, config) {
|
|||
setValue(this, values[$(this).data('id')]);
|
||||
});
|
||||
|
||||
$('.idx-file .value').text(setup['INDEX_URL']);
|
||||
$('.idx-file .value').text(setup['INDEX_HREF']);
|
||||
$('.test.php .result').text(setup['PHP_VERSION']);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue