[KSS-checkins] r53854 - kukit/kss.demo/branch/1.2/kss/demo/demo/commandaction
gotcha at codespeak.net
gotcha at codespeak.net
Fri Apr 18 16:57:21 CEST 2008
Author: gotcha
Date: Fri Apr 18 16:57:20 2008
New Revision: 53854
Modified:
kukit/kss.demo/branch/1.2/kss/demo/demo/commandaction/cancel.kss
kukit/kss.demo/branch/1.2/kss/demo/demo/commandaction/cancel.pt
Log:
tune test to make it inline with 1.4
Modified: kukit/kss.demo/branch/1.2/kss/demo/demo/commandaction/cancel.kss
==============================================================================
--- kukit/kss.demo/branch/1.2/kss/demo/demo/commandaction/cancel.kss (original)
+++ kukit/kss.demo/branch/1.2/kss/demo/demo/commandaction/cancel.kss Fri Apr 18 16:57:20 2008
@@ -1,4 +1,4 @@
-#test li:click {
+#standard li:click {
action-server: cancel;
}
Modified: kukit/kss.demo/branch/1.2/kss/demo/demo/commandaction/cancel.pt
==============================================================================
--- kukit/kss.demo/branch/1.2/kss/demo/demo/commandaction/cancel.pt (original)
+++ kukit/kss.demo/branch/1.2/kss/demo/demo/commandaction/cancel.pt Fri Apr 18 16:57:20 2008
@@ -12,7 +12,7 @@
<h2>action-cancel</h2>
- <ul id="test">
+ <ul id="standard">
<li id="with">with</li>
<li id="without">without</li>
</ul>
More information about the Kukit-checkins
mailing list