diff options
author | wei <> | 2006-07-03 04:12:56 +0000 |
---|---|---|
committer | wei <> | 2006-07-03 04:12:56 +0000 |
commit | 674353eec4d0a2ee006302720bf6df07ae3e9852 (patch) | |
tree | 41969f2e513b9e7ec957507c5cc45de6e625010c /tests/FunctionalTests/features/protected/pages/test.js | |
parent | b359ed2bbd48ed4c9000eb507ee2d78aa5130cc0 (diff) |
Add TStylesheet and update TClientScript
Diffstat (limited to 'tests/FunctionalTests/features/protected/pages/test.js')
-rw-r--r-- | tests/FunctionalTests/features/protected/pages/test.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/FunctionalTests/features/protected/pages/test.js b/tests/FunctionalTests/features/protected/pages/test.js new file mode 100644 index 00000000..e8e80b19 --- /dev/null +++ b/tests/FunctionalTests/features/protected/pages/test.js @@ -0,0 +1,4 @@ +if(typeof(ClientScriptInfo) == "undefined") + ClientScriptInfo = []; + +ClientScriptInfo.push("ok")
\ No newline at end of file |