Rework Login dialog to work with rekonq (and hopefully Safari)
[citadel.git] / webcit / static / authmethods.js
index a80543fdbbbedcff21bee5c02313ef7e80c8ad6a..fe7da239e915ff298f5ce53f4a3dbb0cad3cedfd 100644 (file)
@@ -38,16 +38,7 @@ function GetLoggedInFirst(destination_url) {
        new Ajax.Request(p, { method: 'get' } );
 
        /* If not logged in, go modal and ask the user to log in first. */
-       new Ajax.Updater(
-               'md-content',
-               'do_template?template=get_logged_in',
-                {
-                        method: 'get',
-                       onSuccess: function() {
-                               toggleModal(1);
-                       }
-                }
-        );
+        toggleModal(1);
 }