Aleksander Machniak
2013-01-18 e24eba0fc5c45d0a42296ae5ddccc02556afda42
program/js/googiespell.js
@@ -637,7 +637,7 @@
    $(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);