|
@@ -91,7 +91,7 @@
|
|
|
document.execCommand("delete", true, null);
|
|
|
}
|
|
|
}
|
|
|
- if(_clearReturn) document.execCommand("delete", true, null);
|
|
|
+ // if(_clearReturn) document.execCommand("delete", true, null);
|
|
|
document.execCommand("insertText", true, options[index].value);
|
|
|
discard();
|
|
|
}
|