]> git.wh0rd.org - tt-rss.git/blobdiff - include/login_form.php
filters: remove sql_bool_to_bool()
[tt-rss.git] / include / login_form.php
index 0d956d20799c8a02595d212fc0deb84a5837e345..09f9f04b89bea77c418731d788d5e5df97c8b1ee 100644 (file)
@@ -3,8 +3,7 @@
 <head>
        <title>Tiny Tiny RSS : Login</title>
        <?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css") ?>
-       <?php echo stylesheet_tag("css/tt-rss.css") ?>
-       <?php echo stylesheet_tag("css/dijit.css") ?>
+       <?php echo stylesheet_tag("css/default.css") ?>
        <link rel="shortcut icon" type="image/png" href="images/favicon.png">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <?php
@@ -144,7 +143,7 @@ function fetchProfiles() {
                                onComplete: function(transport) {
                                        if (transport.responseText.match("select")) {
                                                $('profile_box').innerHTML = transport.responseText;
-                                               dojo.parser.parse('profile_box');
+                                               //dojo.parser.parse('profile_box');
                                        }
                        } });
                }