Changeset 4335 in subversion
- Timestamp:
- Dec 10, 2010 7:35:39 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/skins/default/splitter.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/default/splitter.js
r3989 r4335 25 25 this.p1pos = this.relative ? $(this.p1).position() : $(this.p1).offset(); 26 26 this.p2pos = this.relative ? $(this.p2).position() : $(this.p2).offset(); 27 27 28 28 if (this.horizontal) { 29 29 var top = this.p1pos.top + this.p1.offsetHeight; … … 93 93 { 94 94 // disable text selection while dragging the splitter 95 if ( window.webkit|| bw.safari)95 if (bw.konq || bw.chrome || bw.safari) 96 96 document.body.style.webkitUserSelect = 'none'; 97 97 … … 156 156 { 157 157 // resume the ability to highlight text 158 if ( window.webkit|| bw.safari)158 if (bw.konq || bw.chrome || bw.safari) 159 159 document.body.style.webkitUserSelect = 'auto'; 160 160
Note: See TracChangeset
for help on using the changeset viewer.
