diff options
author | thomascube <thomas@roundcube.net> | 2012-01-02 14:44:28 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-02 14:44:28 +0000 |
commit | 7c2a9310c4104f51fcf56379dcc3511fa5bfae2d (patch) | |
tree | f7ce98283b0c3ce29d0e375e55c8fe7aaee1a677 /skins/larry/ui.js | |
parent | c6db4aa46bd285ef7b3d63cba5e957373a116485 (diff) |
Use iframes for identity management
Diffstat (limited to 'skins/larry/ui.js')
-rw-r--r-- | skins/larry/ui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/ui.js b/skins/larry/ui.js index 6729fa63a..c43198aa5 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -120,7 +120,7 @@ function rcube_mail_ui() new rcube_splitter({ id:'folderviewsplitter', p1:'#folderslist', p2:'#folder-details', orientation:'v', relative:true, start:305, min:150, size:12 }).init(); } - else if (rcmail.env.action.indexOf('identit') >= 0) { + else if (rcmail.env.action == 'identities') { new rcube_splitter({ id:'identviewsplitter', p1:'#identitieslist', p2:'#identity-details', orientation:'v', relative:true, start:305, min:150, size:12 }).init(); } |