Merge pull request #142 from spiderpug/dev
editable poshytip plain jquery 1.9+ compatibility
This commit is contained in:
commit
ed7ace61f8
@ -108,7 +108,7 @@
|
||||
var tips = [],
|
||||
reBgImage = /^url\(["']?([^"'\)]*)["']?\);?$/i,
|
||||
rePNG = /\.png$/i,
|
||||
ie6 = $.browser.msie && $.browser.version == 6;
|
||||
ie6 = !!window.createPopup && document.documentElement.currentStyle.minWidth == 'undefined';
|
||||
|
||||
$.Poshytip.prototype.refresh = function(async) {
|
||||
if (this.disabled)
|
||||
|
Loading…
x
Reference in New Issue
Block a user