From e131b1f71f08b69abb832c1687d1f29682d171f8 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 9 Jul 2015 22:18:55 -0700 Subject: RT 4.2.11, ticket#13852 --- rt/t/web/static/js/not-by-default.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rt/t/web/static/js/not-by-default.js (limited to 'rt/t/web/static/js/not-by-default.js') diff --git a/rt/t/web/static/js/not-by-default.js b/rt/t/web/static/js/not-by-default.js new file mode 100644 index 000000000..568f670ee --- /dev/null +++ b/rt/t/web/static/js/not-by-default.js @@ -0,0 +1,3 @@ +function just_testing() { + alert("hi"); +} -- cgit v1.2.1