Firebug is reporting this:
this.pages[tabIndex] is undefined --> this.pages[tabIndex].show();
I then view the source code and notice this line:
<script type="text/javascript" src="modules/backend/resources/javascript/backend.js?1.8.3"></script>
Should there be a beginning slash instead? Like this:
<script type="text/javascript" src="/modules/backend/resources/javascript/backend.js?1.8.3"></script>

Help
This issue is locked


Report
