Skip to content

Commit c2d9843

Browse files
Anil KommareddiCopilot
andcommitted
Fix: restore valid JSON after wp-admin removal broke ajaxurl
Removing /wp-admin/admin-ajax.php references left a malformed JSON object on all 465 pages: var get = {"ajaxurl":,"siteurl":...} ← syntax error This caused a JS parse error that silently broke all JavaScript on every page, including the FAQ accordion click handler. Fixed by replacing the missing value with an empty string: var get = {"ajaxurl":"","siteurl":...} Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fab545f commit c2d9843

465 files changed

Lines changed: 465 additions & 465 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

author/alexis-davidacadia-inc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
<script type="text/javascript" src="/content/themes/rhythm/js/wow.min.js" id="wow-js"></script>
345345
<script type="text/javascript" id="all-js-extra">
346346
/* <![CDATA[ */
347-
var get = {"ajaxurl":,"siteurl":"/content/themes/rhythm"};
347+
var get = {"ajaxurl":"","siteurl":"/content/themes/rhythm"};
348348
//# sourceURL=all-js-extra
349349
/* ]]> */
350350
</script>

author/amardeepd/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
<script type="text/javascript" src="/content/themes/rhythm/js/wow.min.js" id="wow-js"></script>
345345
<script type="text/javascript" id="all-js-extra">
346346
/* <![CDATA[ */
347-
var get = {"ajaxurl":,"siteurl":"/content/themes/rhythm"};
347+
var get = {"ajaxurl":"","siteurl":"/content/themes/rhythm"};
348348
//# sourceURL=all-js-extra
349349
/* ]]> */
350350
</script>

author/amit-deodagmail-com/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
<script type="text/javascript" src="/content/themes/rhythm/js/wow.min.js" id="wow-js"></script>
345345
<script type="text/javascript" id="all-js-extra">
346346
/* <![CDATA[ */
347-
var get = {"ajaxurl":,"siteurl":"/content/themes/rhythm"};
347+
var get = {"ajaxurl":"","siteurl":"/content/themes/rhythm"};
348348
//# sourceURL=all-js-extra
349349
/* ]]> */
350350
</script>

author/anistor/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
<script type="text/javascript" src="/content/themes/rhythm/js/wow.min.js" id="wow-js"></script>
345345
<script type="text/javascript" id="all-js-extra">
346346
/* <![CDATA[ */
347-
var get = {"ajaxurl":,"siteurl":"/content/themes/rhythm"};
347+
var get = {"ajaxurl":"","siteurl":"/content/themes/rhythm"};
348348
//# sourceURL=all-js-extra
349349
/* ]]> */
350350
</script>

author/arlojasper/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
<script type="text/javascript" src="/content/themes/rhythm/js/wow.min.js" id="wow-js"></script>
345345
<script type="text/javascript" id="all-js-extra">
346346
/* <![CDATA[ */
347-
var get = {"ajaxurl":,"siteurl":"/content/themes/rhythm"};
347+
var get = {"ajaxurl":"","siteurl":"/content/themes/rhythm"};
348348
//# sourceURL=all-js-extra
349349
/* ]]> */
350350
</script>

author/asset-management/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
<script type="text/javascript" src="/content/themes/rhythm/js/wow.min.js" id="wow-js"></script>
345345
<script type="text/javascript" id="all-js-extra">
346346
/* <![CDATA[ */
347-
var get = {"ajaxurl":,"siteurl":"/content/themes/rhythm"};
347+
var get = {"ajaxurl":"","siteurl":"/content/themes/rhythm"};
348348
//# sourceURL=all-js-extra
349349
/* ]]> */
350350
</script>

author/atchudhan/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
<script type="text/javascript" src="/content/themes/rhythm/js/wow.min.js" id="wow-js"></script>
345345
<script type="text/javascript" id="all-js-extra">
346346
/* <![CDATA[ */
347-
var get = {"ajaxurl":,"siteurl":"/content/themes/rhythm"};
347+
var get = {"ajaxurl":"","siteurl":"/content/themes/rhythm"};
348348
//# sourceURL=all-js-extra
349349
/* ]]> */
350350
</script>

author/augustoproiete/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
<script type="text/javascript" src="/content/themes/rhythm/js/wow.min.js" id="wow-js"></script>
345345
<script type="text/javascript" id="all-js-extra">
346346
/* <![CDATA[ */
347-
var get = {"ajaxurl":,"siteurl":"/content/themes/rhythm"};
347+
var get = {"ajaxurl":"","siteurl":"/content/themes/rhythm"};
348348
//# sourceURL=all-js-extra
349349
/* ]]> */
350350
</script>

author/barbrafuchs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
<script type="text/javascript" src="/content/themes/rhythm/js/wow.min.js" id="wow-js"></script>
345345
<script type="text/javascript" id="all-js-extra">
346346
/* <![CDATA[ */
347-
var get = {"ajaxurl":,"siteurl":"/content/themes/rhythm"};
347+
var get = {"ajaxurl":"","siteurl":"/content/themes/rhythm"};
348348
//# sourceURL=all-js-extra
349349
/* ]]> */
350350
</script>

author/ben/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
<script type="text/javascript" src="/content/themes/rhythm/js/wow.min.js" id="wow-js"></script>
345345
<script type="text/javascript" id="all-js-extra">
346346
/* <![CDATA[ */
347-
var get = {"ajaxurl":,"siteurl":"/content/themes/rhythm"};
347+
var get = {"ajaxurl":"","siteurl":"/content/themes/rhythm"};
348348
//# sourceURL=all-js-extra
349349
/* ]]> */
350350
</script>

0 commit comments

Comments
 (0)