Revision a657c49e

b/ui/templates/home.html
58 58
    <link rel="stylesheet" type="text/css" href="static/main.css"/>
59 59
    <!--[if IE]><style type="text/css" media="all">@import url(static/ie.css);</style><![endif]-->
60 60
    <script>
61
        // empty object for console to avoid errors in browsers that don't support it
62
        if (!window.console) {window.console = {}; window.console.log = function () {}};
63

  
61 64
        //populate available image icons array
62 65
        var os_icons = {{image_icons|safe}};
63 66

  

Also available in: Unified diff