Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/app/static/js/websdk-1.js
diff options
context:
space:
mode:
authorSebastian Silva <sebastian@sugarlabs.org>2011-11-16 07:56:19 (GMT)
committer Sebastian Silva <sebastian@sugarlabs.org>2011-11-16 07:56:19 (GMT)
commit82511a6fe2d29d50c1cdca4b2abb23ff681a1943 (patch)
treeff6359d68287417abfaaf49e492e2630239e60c9 /app/static/js/websdk-1.js
parent61517139f02df2ce417f465dfabdbf5dbe8f4063 (diff)
Major improvements in IDE usability.
Diffstat (limited to 'app/static/js/websdk-1.js')
-rw-r--r--app/static/js/websdk-1.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/static/js/websdk-1.js b/app/static/js/websdk-1.js
new file mode 100644
index 0000000..be651e0
--- /dev/null
+++ b/app/static/js/websdk-1.js
@@ -0,0 +1,6 @@
+/* import jquery-1.6.2.js */
+$(function() {
+ $( "input:button" ).button();
+ $( "input:submit" ).button();
+ /* $( "a", ".demo" ).click(function() { return false; }); */
+ });