aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-05-05 20:34:32 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-05-05 20:34:32 -0400
commit5b3265b59290e87c70b50bad0dd3848a07c3e9ad (patch)
tree4be321ac327776bf72b939a9c5c2bf4e0dea177f /web
parentSort files before concating them. (diff)
downloadPhotoFloat-5b3265b59290e87c70b50bad0dd3848a07c3e9ad.tar.xz
PhotoFloat-5b3265b59290e87c70b50bad0dd3848a07c3e9ad.zip
Fix test case.
Diffstat (limited to 'web')
-rw-r--r--web/js/001-debugger.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/js/001-debugger.js b/web/js/001-debugger.js
index 63e56eb..b72f777 100644
--- a/web/js/001-debugger.js
+++ b/web/js/001-debugger.js
@@ -1,3 +1,3 @@
$(document).ready(function() {
- $("debug").html("Hello!");
-}); \ No newline at end of file
+ $("#debug").html("Hello world.");
+});