From 004d768f3c26f9b332760f11d6eeec7591e51614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rn=20Zaefferer?= Date: Thu, 24 Apr 2014 14:04:03 +0200 Subject: [PATCH] Widget demo: Replace 'go black' with 'go screen' to keep text readable --- demos/widget/default.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/demos/widget/default.html b/demos/widget/default.html index 26a6cc3e402..77ec62e5289 100644 --- a/demos/widget/default.html +++ b/demos/widget/default.html @@ -150,11 +150,11 @@ }); // click to set options after initialization - $( "#black" ).click( function() { + $( "#green" ).click( function() { $( ":custom-colorize" ).colorize( "option", { - red: 0, - green: 0, - blue: 0 + red: 64, + green: 250, + blue: 8 }); }); }); @@ -167,7 +167,7 @@
color me
color me
- +