- 🇺🇦Ukraine AstonVictor
I'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks
Hi,
i have updated jQuery version to 1.10 and getting below error,
: Uncaught TypeError: Cannot read property 'version' of undefined
i checked and find the file nice_menus/ js/jquery.bgiframe.js, can anyone look into this, your help will be really appreciate.
When i put this code into js file, error gone, but its for testing, i can't directly put code into nice_menus js file
jQuery.browser = {};
(function () {
jQuery.browser.msie = false;
jQuery.browser.version = 0;
if (navigator.userAgent.match(/MSIE ([0-9]+)\./)) {
jQuery.browser.msie = true;
jQuery.browser.version = RegExp.$1;
}
})();
Thanks,
Sunil kumar
Closed: outdated
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks