editable poshytip jquery 1.9+ compatibility

This commit is contained in:
Robert Wachs
2013-02-27 13:58:50 +01:00
parent 1765565f31
commit 8e690dceb2

@ -108,7 +108,7 @@
var tips = [], var tips = [],
reBgImage = /^url\(["']?([^"'\)]*)["']?\);?$/i, reBgImage = /^url\(["']?([^"'\)]*)["']?\);?$/i,
rePNG = /\.png$/i, rePNG = /\.png$/i,
ie6 = $.browser.msie && $.browser.version == 6; ie6 = !!window.createPopup && document.documentElement.currentStyle.minWidth == 'undefined';
$.Poshytip.prototype.refresh = function(async) { $.Poshytip.prototype.refresh = function(async) {
if (this.disabled) if (this.disabled)