summaryrefslogtreecommitdiff
path: root/rt/t/web/html/NoAuth/js/not-by-default.js
diff options
context:
space:
mode:
Diffstat (limited to 'rt/t/web/html/NoAuth/js/not-by-default.js')
-rw-r--r--rt/t/web/html/NoAuth/js/not-by-default.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/rt/t/web/html/NoAuth/js/not-by-default.js b/rt/t/web/html/NoAuth/js/not-by-default.js
new file mode 100644
index 0000000..568f670
--- /dev/null
+++ b/rt/t/web/html/NoAuth/js/not-by-default.js
@@ -0,0 +1,3 @@
+function just_testing() {
+ alert("hi");
+}