summaryrefslogtreecommitdiffstats
path: root/src/html/js/test.js
diff options
context:
space:
mode:
authorNiklas Goby2011-03-23 13:05:21 +0100
committerNiklas Goby2011-03-23 13:05:21 +0100
commit575a4519f126a7c494606d880b04027320761943 (patch)
tree226cb461d761cbdb38518afbaa0282767056468e /src/html/js/test.js
parentcan read the serial out of /tmp/serial if this exists (diff)
downloadfbgui-575a4519f126a7c494606d880b04027320761943.tar.gz
fbgui-575a4519f126a7c494606d880b04027320761943.tar.xz
fbgui-575a4519f126a7c494606d880b04027320761943.zip
new files
Diffstat (limited to 'src/html/js/test.js')
-rw-r--r--src/html/js/test.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/html/js/test.js b/src/html/js/test.js
new file mode 100644
index 0000000..be4ec41
--- /dev/null
+++ b/src/html/js/test.js
@@ -0,0 +1,3 @@
+function qrcAlert(){
+ alert('Hello qrc');
+}