From 6587f6ba7d047ddc1686c080090afe7d53365bd4 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 24 Apr 2012 11:35:56 -0700 Subject: first pass RT4 merge, RT#13852 --- rt/t/web/html/NoAuth/js/not-by-default.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rt/t/web/html/NoAuth/js/not-by-default.js (limited to 'rt/t/web/html/NoAuth/js') 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 000000000..568f670ee --- /dev/null +++ b/rt/t/web/html/NoAuth/js/not-by-default.js @@ -0,0 +1,3 @@ +function just_testing() { + alert("hi"); +} -- cgit v1.2.1