editable poshytip jquery 1.9+ compatibility
This commit is contained in:
parent
1765565f31
commit
8e690dceb2
@ -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