Javascript
Posted: Mon Sep 22, 2025 4:24 pm
Hello,
I include a javascript file in the theme in the header.tpl adding this line:
<script nonce="{$smarty.const.RANDOM_HEX}" src="{$flatpress.themeurl}js/myscripts.js"></script>
In the file are two functions for a onclick event to show a dropdown menu.
It is working fine locally on localhost but not online on the webserver, and I can not understand the reason. Do you have any idea what causes that problem?
I include a javascript file in the theme in the header.tpl adding this line:
<script nonce="{$smarty.const.RANDOM_HEX}" src="{$flatpress.themeurl}js/myscripts.js"></script>
In the file are two functions for a onclick event to show a dropdown menu.
It is working fine locally on localhost but not online on the webserver, and I can not understand the reason. Do you have any idea what causes that problem?