DOn't use deprecated jQuery.browser, CS fixes (tabs to spaces)

pull/56/head
Aleksander Machniak 12 years ago
parent 61be822d62
commit e24eba0fc5

@ -637,7 +637,7 @@ this.showErrorWindow = function(elm, id)
$(this.error_window).css({'top': top+'px', 'left': left+'px'}).show();
// Dummy for IE - dropdown bug fix
if ($.browser.msie) {
if (document.all && !window.opera) {
if (!this.error_window_iframe) {
var iframe = $('<iframe>').css({'position': 'absolute', 'z-index': -1});
$('body').append(iframe);

Loading…
Cancel
Save