From ff477e75cc5aad05ff56d59630c099ff23a1cfa1 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 24 Mar 2011 23:54:08 -0400 Subject: [PATCH] Added 'try it' usage instructions --- scripts/ui.js | 6 ++++++ style.css | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/ui.js b/scripts/ui.js index e516915..94bd016 100644 --- a/scripts/ui.js +++ b/scripts/ui.js @@ -65,6 +65,12 @@ .attr( 'id', 'trybox' ) .hide() .append( $( '

' ).text( 'Try ease.js' ) ) + .append( $( '

' ).html( + "Enter or modify a test script below. The common " + + "ease.js modules, such as Class, have " + + "already imported for you. When you are ready, click " + + "Run to run the script." + ) ) .append( $txt = $( '