I'm now getting reports that users with IE8 are having the same problem.
I've also discovered that there is some sort of script error... (This is from IE debug in
IE 9)
This part is highlighted in yellow in the script debug window...
jQuery(document).find('a[data-toggle="tab"]').on('click', function(e) {
// Store the selected tab href in localstorage
window.localStorage.setItem('tab-href', $(e.target).attr('href'));
});
This is what is reported in the right side window...
SCRIPT438: Object doesn't support property or method 'on'
tabs-state.js, line 16 character 9
SCRIPT438: Object doesn't support property or method 'on'
tabs-state.js, line 16 character 9
SCRIPT438: Object doesn't support property or method 'on'
tabs-state.js, line 16 character 9
Any ideas, please?
http://www.ebme.co.uk