For sites in guest mode, redirect to the landing page after we're logged out.
[citadel.git] / webcit / static / wclib.js
index 8b9f83bf1429f0889f6115e4207a7a9f68fa4feb..4c1d01e87e73c6cb37e8c20aa8067e3c68e95eb6 100644 (file)
@@ -860,6 +860,7 @@ function ConfirmLogoff() {
                'do_template?template=confirmlogoff',
                {
                        method: 'get',
+                       evalScripts: true,
                        onSuccess: function(cl_success) {
                                toggleModal(1);
                        }