aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/widget/default.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/demos/widget/default.html b/demos/widget/default.html
index 80a420db4..ad2b3b811 100644
--- a/demos/widget/default.html
+++ b/demos/widget/default.html
@@ -39,9 +39,7 @@
_create: function() {
this.element
// add a class for theming
- .addClass( "custom-colorize" )
- // prevent double click to select text
- .disableSelection();
+ .addClass( "custom-colorize" );
this.changer = $( "<button>", {
text: "change",