arvgta / ajaxify

Ajaxify - An Ajax Plugin
https://4nf.org/
275 stars 124 forks source link

Text in inline script being written out on 4nf.org #126

Closed arvgta closed 7 years ago

arvgta commented 7 years ago

Solved: Stray DIVs were being loaded into the main content div...

When navigating between pages on the demo site 4nf.org you can see text like this being displayed:

document.getElementById("comment").setAttribute( "id", "1925b0afa12840bbc5f4000c413dc1b3" );document.getElementById("20c890618c").setAttribute( "id", "comment" );

towards the bottom of the page in the section "Leave a Reply" -> beneath the comment box

Why is the text being displayed?


Test-cases