[Citadel Development] (no subject)

2013-03-30 Thread dothebart
ok, I think i've found the problem with the webcit login in rekonq (and most probably apple safari?) ; changing in modal.jsvar toggleModal = function (b) { to: function toggleModal (b) { seems to fix the problem. next questions... why do we need to load the page (get_logged_in.html) in a second

[Citadel Development] (no subject)

2013-03-30 Thread IGnatius T Foobar
The purpose of get_logged_in is to display the login dialog and then take the user to the page he requested.

[Citadel Development] (no subject)

2013-03-30 Thread dothebart
get_logged_in.html _is_ the login dialog, and nothing more. GetLoggedInFirst() loads it, and inserts it into the page; I've found no place in which get_logged_in would be viewed as toplevel page - so the html wrappers are most probably wrong? next - whats the sense in having a function pointer