Refactor core/settings module.

This commit is contained in:
Lars Jung 2014-05-29 18:51:54 +02:00
parent 3d54b886dd
commit 2b26796719
5 changed files with 15 additions and 24 deletions

View file

@ -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 () {