diff --git a/js/ebi-global-includes/script/6_ebiFrameworkInvokeScripts.js b/js/ebi-global-includes/script/6_ebiFrameworkInvokeScripts.js index 473061e7f89536dd69a2035dcf10a404b8e04a06..e0d572184bb9cc5062c6ca5c8228e09b7cffa0d3 100644 --- a/js/ebi-global-includes/script/6_ebiFrameworkInvokeScripts.js +++ b/js/ebi-global-includes/script/6_ebiFrameworkInvokeScripts.js @@ -17,7 +17,7 @@ function ebiFrameworkInvokeScripts() { **/ document.addEventListener("DOMContentLoaded", function(event) { var bodyData = document.body.dataset; - if (bodyData["ebiFrameworkInvokeScripts"] != false) { + if (bodyData["ebiframeworkinvokescripts"] != false) { ebiFrameworkInvokeScripts(); } }); diff --git a/js/script.js b/js/script.js index a05e149142232daab0937eee5b063eb5ea7b1a13..4ce4e380243532645a8d78c0ab6023ea28b4f4ac 100644 --- a/js/script.js +++ b/js/script.js @@ -344,7 +344,7 @@ function ebiFrameworkInvokeScripts() { **/ document.addEventListener("DOMContentLoaded", function(event) { var bodyData = document.body.dataset; - if (bodyData["ebiFrameworkInvokeScripts"] != false) { + if (bodyData["ebiframeworkinvokescripts"] != false) { ebiFrameworkInvokeScripts(); } });