This commit is contained in:
2026-08-07 17:19:38 +00:00
parent 4ccf898068
commit 037922795a
8 changed files with 187 additions and 121 deletions

View File

@@ -471,6 +471,8 @@ function rakar_content_load_scripts() {
// Window Load
$(window).on('load', function () {
if (window.__rakarInit) return;
window.__rakarInit = true;
rakar_content_load_scripts();
});