Aleksander Machniak
2013-01-18 e24eba0fc5c45d0a42296ae5ddccc02556afda42
DOn't use deprecated jQuery.browser, CS fixes (tabs to spaces)
1 files modified
2 ■■■ changed files
program/js/googiespell.js 2 ●●● patch | view | raw | blame | history
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);