JS Error Preventing Admin Add Credit
-
Hello,
This seemed to stop working recently and I found that on the Add Credit page in admin there was a JS console error – “$(…).tabs() is not a function”
Narrowed that down to the /admin/assets/js/admin.js file and the first section:
/** intiate jQuery tabs */ $("#wo_tabs").tabs({ activate: function (event, ui) { //window.location.hash = ui.newPanel.attr('id'); // Does not seem to work 100% } });
Is causing the error. I’ve commented this out for now as I don’t know what it’s for and this seems to have sorted it for now…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘JS Error Preventing Admin Add Credit’ is closed to new replies.