summaryrefslogtreecommitdiffstats
path: root/LogReceiver/html/js/test.js
diff options
context:
space:
mode:
authorNiklas2011-09-21 16:59:09 +0200
committerNiklas2011-09-21 16:59:09 +0200
commit3b81d83bf449ef6242489805af15b7da7b197d58 (patch)
tree26f78d0c6321a11acccf6418deb557033268a28c /LogReceiver/html/js/test.js
parentthe checkConnectivity method is working now. we use the rtnl functions of the... (diff)
downloadfbgui-3b81d83bf449ef6242489805af15b7da7b197d58.tar.gz
fbgui-3b81d83bf449ef6242489805af15b7da7b197d58.tar.xz
fbgui-3b81d83bf449ef6242489805af15b7da7b197d58.zip
gui is now html based. still some problems with the jQuery stuff. it does not display anything.
Diffstat (limited to 'LogReceiver/html/js/test.js')
-rw-r--r--LogReceiver/html/js/test.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/LogReceiver/html/js/test.js b/LogReceiver/html/js/test.js
new file mode 100644
index 0000000..be4ec41
--- /dev/null
+++ b/LogReceiver/html/js/test.js
@@ -0,0 +1,3 @@
+function qrcAlert(){
+ alert('Hello qrc');
+}