cockpit/js/ui.js in cpee-1.3.104 vs cockpit/js/ui.js in cpee-1.3.105

- old
+ new

@@ -1,8 +1,8 @@ $(document).ready(function() { - if (!($.browser.mozilla && parseInt($.browser.version) >= 8) && !($.browser.webkit && parseInt($.browser.version) >= 535)) { + if (!($.browser.mozilla && parseInt($.browser.version) >= 20) && !($.browser.webkit && parseInt($.browser.version) >= 535)) { $('body').children().remove(); - $('body').append('Sorry, only Firefox >= 8.0 and Chrom(e|ium) >= 17 for now.'); + $('body').append('Sorry, only Firefox >= 20.0 and Chrom(e|ium) >= 17 for now.'); } // Resize areas $('#detailcolumn').resizable({ handles: { 'w' : '#handle2'},