Aleksander Machniak
2012-09-11 eac1b7a32d702b0f69d175c2867bd807ad26e7f2
Init splitter in Preferences also when env.action is empty
1 files modified
2 ■■■ changed files
skins/larry/ui.js 2 ●●● patch | view | raw | blame | history
skins/larry/ui.js
@@ -144,7 +144,7 @@
        new rcube_splitter({ id:'identviewsplitter', p1:'#identitieslist', p2:'#identity-details',
          orientation:'v', relative:true, start:266, min:180, size:12 }).init();
      }
      else if (rcmail.env.action == 'preferences') {
      else if (rcmail.env.action == 'preferences' || !rcmail.env.action) {
        new rcube_splitter({ id:'prefviewsplitter', p1:'#sectionslist', p2:'#preferences-box',
          orientation:'v', relative:true, start:266, min:180, size:12 }).init();
      }