Default value for internal parameter

This commit is contained in:
Pierre Rudloff 2020-04-22 11:08:39 +02:00
parent 4eb716c351
commit e555e47ecd
1 changed files with 1 additions and 1 deletions

View File

@ -1396,7 +1396,7 @@ var tarteaucitron = {
return 'en_US'; return 'en_US';
} }
}, },
"addScript": function (url, id, callback, execute, attrName, attrVal, internal) { "addScript": function (url, id, callback, execute, attrName, attrVal, internal = false) {
"use strict"; "use strict";
var script, var script,
done = false; done = false;