diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-01-29 11:55:19 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-01-29 11:55:19 +0100 |
commit | 4ae28ff09fc6896ad35f824b8f63baa4cc10956b (patch) | |
tree | 2589a3d07451ca84da5409018ddc9c340054a1cb /program/js/common.js | |
parent | ff8f2ede349b8b75371d6d2a98c2a1820cf56dbb (diff) |
Also adapt fixed table header to vertical body scrolling
Diffstat (limited to 'program/js/common.js')
-rw-r--r-- | program/js/common.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/js/common.js b/program/js/common.js index 9c0bb9db3..d320d86ec 100644 --- a/program/js/common.js +++ b/program/js/common.js @@ -65,6 +65,7 @@ function roundcube_browser() this.iphone = this.safari && (this.agent_lc.indexOf('iphone') > 0 || this.agent_lc.indexOf('ipod') > 0); this.ipad = this.safari && this.agent_lc.indexOf('ipad') > 0; this.opera = window.opera ? true : false; + this.webkit = this.safari || this.chrome; } if (!this.vendver) { |