summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket691.page
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2014-02-10 15:29:09 +0100
committerFabio Bas <ctrlaltca@gmail.com>2014-02-10 15:29:09 +0100
commit031d20c405b922808f4bdf2997f964880b33ab66 (patch)
tree7fbda08ea61c9948db6b6fd1dd6db9a13370da4e /tests/FunctionalTests/tickets/protected/pages/Ticket691.page
parentf35d43399a9ce03f08ffa326812bc5ed6764ef9e (diff)
More tests porting
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket691.page')
-rwxr-xr-xtests/FunctionalTests/tickets/protected/pages/Ticket691.page4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket691.page b/tests/FunctionalTests/tickets/protected/pages/Ticket691.page
index e5c4d8f7..ce55715d 100755
--- a/tests/FunctionalTests/tickets/protected/pages/Ticket691.page
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket691.page
@@ -3,7 +3,7 @@
<com:TCallbackOptions ID="RatingOption">
<prop:ClientSide.OnComplete>
- $('<%=$this->Title->ClientID%>').innerHTML = 'Thanks';
+ $('#<%=$this->Title->ClientID%>').html('Thanks');
</prop:ClientSide.OnComplete>
</com:TCallbackOptions>
<com:TActiveLabel ID="Title" Text="Cast your vote:" />
@@ -16,7 +16,7 @@
<com:TListItem Value="5" Text="Five stars" />
<com:TListItem Value="6" Text="Six stars" />
</com:TActiveRatingList>
-<com:TActiveLabel ID="Result"/>
+<com:TActiveLabel ID="Result"/>
</com:TContent> \ No newline at end of file