Revision 1293d3ed ui/templates/home.html

b/ui/templates/home.html
379 379
                $(this).parent().parent().find(".tab-name").text($(this).parent().find("a.current").attr("href"));
380 380
            }
381 381
        );
382
        
382

  
383
        //load IE css fixes
384
        if ($.browser.msie) {
385
            $("<link/>", {
386
               rel: "stylesheet",
387
               type: "text/css",
388
               href: "static/ie.css"
389
            }).appendTo("head");
390
        }
391

  
383 392
    </script>
384 393
    <!-- base notification for error/success reporting -->
385 394
    <a id="notification" rel="#error-success" href="#"></a>

Also available in: Unified diff