Getting thew following errors in the developer console of Chrome when editing General, Employer, and Jobseeker
Uncaught TypeError: Object [object Object] has no method 'idTabs' index.php:1404
(anonymous function) index.php:1404
(anonymous function) index.php:1405
Uncaught TypeError: Cannot read property 'style' of null index.php:1409
chrome.tabs is not available: You do not have permission to access this API. Ensure that the required permission or manifest property is included in your manifest.json. binding:202
These are the errors shown in Firefox :
Use of getAttributeNode() is deprecated. Use getAttribute() instead.
[Break On This Error]
$("#tabs_wrapper div").idTabs();
index....rations (line 1962)
TypeError: $(...).idTabs is not a function
[Break On This Error]
$("#tabs_wrapper div").idTabs();
index....rations (line 1962)
Image corrupt or truncated:
Also having many javascript errors on other pages on the site. When viewing the job list, the modal popup for logout doesn't work. it has the following errors in the console of Fiorefox:
TypeError: $(...).addEvent is not a function
[Break On This Error]
$(window).addEvent('resize',s5_screen_width_check);
s5_col...izer.js (line 364)
TypeError: this.content.getChildren is not a function
[Break On This Error]
this.content.getChildren().each(function(child){
s5box.js (line 87