diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-04-24 11:35:56 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-04-24 11:35:56 -0700 |
commit | 6587f6ba7d047ddc1686c080090afe7d53365bd4 (patch) | |
tree | ec77342668e8865aca669c9b4736e84e3077b523 /rt/t/web/html/NoAuth/js/not-by-default.js | |
parent | 47153aae5c2fc00316654e7277fccd45f72ff611 (diff) |
first pass RT4 merge, RT#13852
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.js | 3 |
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 000000000..568f670ee --- /dev/null +++ b/rt/t/web/html/NoAuth/js/not-by-default.js @@ -0,0 +1,3 @@ +function just_testing() { + alert("hi"); +} |