The error is from a js script.
I use the magazine template where superfish is installed.
Find in the header tpl;
- Code: Select all
<script type="text/javascript" src="[[template_dir]]js/hoverIntent.js"></script>
<script type="text/javascript" src="[[template_dir]]js/superfish.js"></script>
<script type="text/javascript" src="[[template_dir]]quickpager.jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("ul.sf-menu").superfish();
});
</script>
The error comr from;
- Code: Select all
<script type="text/javascript">
$(document).ready(function(){
$("ul.sf-menu").superfish();
});
</script>
If you remove that part of code the menu is still working and give no errors anymore.
Marten