mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-03 17:39:45 +00:00
Fixed nasty bug with textareas and Firefox and '-moz-user-select' CSS directive.
Monotone-Parent: 18bd3484373fa731cf9a3ac7ca3ce35afbf03cdd Monotone-Revision: e44dbcb80563c6b1e0330f9be451c0793811c85f Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-02T19:54:53
This commit is contained in:
@@ -364,6 +364,8 @@ function onFilterMoveDown(event) {
|
||||
function onFilterEdit(event) {
|
||||
_editFilter(this.rowIndex - 1);
|
||||
event.stop();
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
function copyFilter(originalFilter) {
|
||||
|
||||
Reference in New Issue
Block a user