Quote:
Error: this.controlobj is null
Source File: /clientscript/vbulletin_menu.js?v=384
Line: 11
|
Does anyone know how to fix this?
/Edit:
Bug fixed.
In
header template
Find
Quote:
<script type="text/javascript"> vbmenu_register("navbar_search, true"); </script>
|
Replace with
Quote:
<script type="text/javascript"> vbmenu_register("navbar_search"); </script>
|
Thanks Sofia for an outstanding theme.