HTML scripts crashing the plugin
-
Hi,
I’ve been trying to always display the current year in the copyright field with the following HTML code:
<script>document.write(/\d{4}/.exec(Date())[0])</script>
However, as soon as I paste this line inside of the editor, the screen goes blank, so that I can’t add this line to the footer using “Visual footer credit remover”. Is there a way to add this code nevertheless? I could not find the storage path, where the plugin stores the inputted new footer code in order to add my html script from there. Does anybody know a way to make this happen?
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.