mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 04:24:45 -04:00
Issues fixed
This commit is contained in:
parent
d0544462d5
commit
010b984a93
1 changed files with 3 additions and 5 deletions
|
@ -3,10 +3,8 @@ modulejs.define('ext/piwik-analytics', ['_', 'core/settings'], function (_, alls
|
|||
|
||||
var defaults = {
|
||||
enabled: false,
|
||||
piwik: {
|
||||
"baseURL": "not-set",
|
||||
"idSite": 0
|
||||
}
|
||||
"baseURL": "not-set",
|
||||
"idSite": 0
|
||||
},
|
||||
|
||||
template = function(baseURL, idSite) {
|
||||
|
@ -33,7 +31,7 @@ modulejs.define('ext/piwik-analytics', ['_', 'core/settings'], function (_, alls
|
|||
|
||||
var $body = $('body');
|
||||
|
||||
body.append(template(settings.baseURL, settings.idSite));
|
||||
$body.append(template(settings.baseURL, settings.idSite));
|
||||
};
|
||||
|
||||
init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue