diff options
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page')
-rwxr-xr-x | tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page b/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page index 980ea4d8..0a8167c8 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page @@ -9,7 +9,7 @@ Click Me!
</div>
- <script type="text/javascript">
+ <com:TClientScript>
Event.OnLoad(function()
{
Event.observe($("div1"), "click", function()
@@ -17,5 +17,5 @@ Prado.Callback("<%= $this->callback1->UniqueID %>")
})
})
- </script>
-</com:TContent>
\ No newline at end of file + </com:TClientScript>
+</com:TContent>
|