From 1c538bfabc2cd31f27067505f0c3d1a46cba6ef0 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') 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