Fix bug where contact search menu fields where always unchecked in Larry skin
| | |
| | | - Enigma: Added enigma_debug option |
| | | - Fix message list multi-select/deselect issue (#5219) |
| | | - Fix bug where getting HTML editor content could steal focus from other form controls (#5223) |
| | | - Fix bug where contact search menu fields where always unchecked in Larry skin |
| | | |
| | | RELEASE 1.2-rc |
| | | -------------- |
| | |
| | | else if (rcmail.env.task == 'addressbook') { |
| | | rcmail.addEventListener('afterupload-photo', show_uploadform) |
| | | .addEventListener('beforepushgroup', push_contactgroup) |
| | | .addEventListener('beforepopgroup', pop_contactgroup); |
| | | .addEventListener('beforepopgroup', pop_contactgroup) |
| | | .addEventListener('menu-open', menu_toggle) |
| | | .addEventListener('menu-close', menu_toggle); |
| | | |
| | | if (rcmail.env.action == '') { |
| | | new rcube_splitter({ id:'addressviewsplitterd', p1:'#addressview-left', p2:'#addressview-right', |