diff options
| author | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-07-03 20:14:26 +0000 |
|---|---|---|
| committer | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-07-03 20:14:26 +0000 |
| commit | 92fd6096c3169a48abbe2b36b268438196098053 (patch) | |
| tree | 0a5ec480c69c352f081de3ee984e29ecc1b14f76 /roundcubemail/program/js/common.js | |
| parent | 13fd1f81d5e7cd425b66d7ed5b7528fd92c282d4 (diff) | |
Workaround for drag-drop using whitespace in FF, Junk emptying, misc fixes
git-svn-id: https://svn.roundcube.net/trunk@272 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/common.js')
| -rw-r--r-- | roundcubemail/program/js/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/common.js b/roundcubemail/program/js/common.js index f9fb9c1db..65341a758 100644 --- a/roundcubemail/program/js/common.js +++ b/roundcubemail/program/js/common.js @@ -395,4 +395,4 @@ function getCookie(name) } -var bw = new roundcube_browser();
\ No newline at end of file +var bw = new roundcube_browser(); |
