aboutsummaryrefslogtreecommitdiffstats
path: root/web/js
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-05-05 20:18:38 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-05-05 20:18:38 -0400
commit7b968aaf60603201fbfcdad2bb41953394405772 (patch)
treef631908163f72e1c0a077ecd54be4fe0b441ac70 /web/js
parentAdd debugger stub and upload ignorer. (diff)
downloadPhotoFloat-7b968aaf60603201fbfcdad2bb41953394405772.tar.xz
PhotoFloat-7b968aaf60603201fbfcdad2bb41953394405772.zip
Sort files before concating them.
Diffstat (limited to 'web/js')
-rw-r--r--web/js/001-debugger.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/js/001-debugger.js b/web/js/001-debugger.js
index e69de29..63e56eb 100644
--- a/web/js/001-debugger.js
+++ b/web/js/001-debugger.js
@@ -0,0 +1,3 @@
+$(document).ready(function() {
+ $("debug").html("Hello!");
+}); \ No newline at end of file