mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 14:04:45 -04:00
Refactor core/settings module.
This commit is contained in:
parent
3d54b886dd
commit
2b26796719
5 changed files with 15 additions and 24 deletions
|
@ -16,7 +16,7 @@ modulejs.define('ext/qrcode', ['_', '$', 'modernizr', 'core/settings', 'core/eve
|
|||
callback();
|
||||
} else {
|
||||
$.ajax({
|
||||
url: allsettings.h5aiAbsHref + 'client/js/qrcode.js',
|
||||
url: allsettings.appUrl + 'client/js/qrcode.js',
|
||||
dataType: 'script',
|
||||
complete: function () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue