The IE6 warning appears to have returned in r1967 (haven't tested it, but there are changes in nut_jquery.js that suggest this).
On Thu, Sep 3, 2009 at 8:56 AM, Charles Lepple<[email protected]> wrote: > Arnaud, > > Thanks for removing the warning. I suspect that many users still using > IE6 are doing so because of their IT department (rather than personal > preference). > > IMHO, browser evangelism is slightly outside the scope of the NUT project :-) > > On Thu, Sep 3, 2009 at 8:31 AM, Arnaud Quette<[email protected]> > wrote: >> Author: aquette >> Date: Thu Sep 3 12:31:10 2009 >> New Revision: 1953 >> >> Log: >> IE6 layout fix (test) >> >> Modified: >> branches/AsciiDoc/docs/website/scripts/nut_jquery.js >> >> Modified: branches/AsciiDoc/docs/website/scripts/nut_jquery.js >> ============================================================================== >> --- branches/AsciiDoc/docs/website/scripts/nut_jquery.js Thu Sep 3 >> 11:58:30 2009 (r1952) >> +++ branches/AsciiDoc/docs/website/scripts/nut_jquery.js Thu Sep 3 >> 12:31:10 2009 (r1953) >> @@ -89,21 +89,8 @@ >> initIE6: function() >> { >> this.filterPNG(); >> - this.addIE6Warning(); >> }, >> - >> - /** >> - * Displays a message inviting the user to upgrade >> - */ >> - addIE6Warning: function() >> - { >> - $("#header").after( >> - "<!--[if lte IE 6]>" + >> - "<p style=\"color: red; font-weight: bold;\">Your browser is causing >> web developers a lot of headaches. Please upgrade." + >> - "<![endif]-->" >> - ); >> - }, >> - > > -- > - Charles Lepple > -- - Charles Lepple _______________________________________________ Nut-upsdev mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/nut-upsdev
