zk6: Fixed timeout page not working for zk6.

This commit is contained in:
Heng Sin Low 2012-04-23 14:32:29 +08:00
parent 4c4b53662f
commit eabc07667c
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<?page title="Adempiere" contentType="text/html;charset=UTF-8"?>
<?page title="Adempiere" contentType="text/html;charset=UTF-8" automaticTimeout="false" ?>
<zk>
<zscript>
<![CDATA[
@ -16,7 +16,7 @@
<toolbarbutton href="/index.zul" label="${continueText}"/>
</div>
</vbox>
<script defer="true">
<script>
<![CDATA[
var callback = function(ok, val) {
if (ok && !!val)