mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2025-02-16 16:10:54 -05:00
Remove dependency on $.browser as it is now deprecated
This commit is contained in:
parent
70abcc76cf
commit
69a5ffcd80
1 changed files with 1 additions and 3 deletions
|
@ -119,7 +119,5 @@
|
|||
}
|
||||
|
||||
// fix for IE6 suckage
|
||||
if ($.browser.msie && $.browser.version < 7.0) {
|
||||
document.createElement('abbr');
|
||||
}
|
||||
document.createElement('abbr');
|
||||
})(jQuery);
|
||||
|
|
Loading…
Reference in a new issue