Go to default view when clicking the logo.
authorJan Schneider <jan@horde.org>
Fri, 15 Jan 2010 00:32:40 +0000 (01:32 +0100)
committerJan Schneider <jan@horde.org>
Fri, 15 Jan 2010 00:32:40 +0000 (01:32 +0100)
kronolith/js/kronolith.js

index 5e61b27..cb1e6fc 100644 (file)
@@ -2497,7 +2497,7 @@ KronolithCore = {
 
             switch (id) {
             case 'kronolithLogo':
-                this.go('portal');
+                this.go(Kronolith.conf.login_view);
                 e.stop();
                 return;