]> code.citadel.org Git - citadel.git/commitdiff
Rework Login dialog to work with rekonq (and hopefully Safari)
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 31 Mar 2013 11:52:02 +0000 (13:52 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 31 Mar 2013 11:52:02 +0000 (13:52 +0200)
  - modal.js: don't use a function pointer - simply name the function as the pointer.
  - head.html: if we're not logged in, we add the login dialog to the page; its hidden anyways.
  - login.html: since we get printed into existing pages, we don't need <html><body> - its wrong in first place to have them.
  - authmethods.js: GetLoggedInFirst(): we don't need to send an ajax request to retrieve the login mask; if its needed, head.html already contains it. Simply uncover it to the user.


No differences found