]> git.wh0rd.org - tt-rss.git/blobdiff - include/login_form.php
login: fix profile dropdown popping out in a weird place
[tt-rss.git] / include / login_form.php
index 41c3f173e02785c4d462139ca4e6acfd4698b795..09f9f04b89bea77c418731d788d5e5df97c8b1ee 100644 (file)
@@ -143,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');
                                        }
                        } });
                }