diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-01 19:27:36 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-01 19:27:36 +0000 |
| commit | d37ef231324a5048c1bc9ffccfbffa0e1ff03953 (patch) | |
| tree | 5998d9ff6bdef2f9ed505a908cbb34c7e75544a5 /roundcubemail/program/js/common.js | |
| parent | 470e094dea33c33074e96720950eb8893199a260 (diff) | |
- jQuery'fied GoogieSpell 4.0 + some changes in compose
git-svn-id: https://svn.roundcube.net/trunk@2443 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/common.js')
| -rw-r--r-- | roundcubemail/program/js/common.js | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/roundcubemail/program/js/common.js b/roundcubemail/program/js/common.js index 407da4170..25b654612 100644 --- a/roundcubemail/program/js/common.js +++ b/roundcubemail/program/js/common.js @@ -634,20 +634,3 @@ if (bw.ie) return o; } } - - -// Fire event on specified element -function exec_event(element,event) -{ - if (document.createEventObject) { - // dispatch for IE - var evt = document.createEventObject(); - return element.fireEvent('on'+event,evt) - } - else { - // dispatch for firefox + others - var evt = document.createEvent("HTMLEvents"); - evt.initEvent(event, true, true); // event type,bubbling,cancelable - return !element.dispatchEvent(evt); - } -} |
