summaryrefslogtreecommitdiff
path: root/views/models.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2010-05-20 00:00:37 +0200
committermr <mr@mrautenberg.de>2010-05-20 00:00:37 +0200
commite7cf59710ed84378e70c790919c785a41715ed68 (patch)
treefa38bbfeb03408506937991874255919f6f0fe8c /views/models.haml
parent45ff8cea76fb98b4121014cfdf0d8202700a2a63 (diff)
split validation view, reload model if model.validation_satus is not 'Completed'
Diffstat (limited to 'views/models.haml')
-rwxr-xr-xviews/models.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/models.haml b/views/models.haml
index c11aaa7..806a935 100755
--- a/views/models.haml
+++ b/views/models.haml
@@ -5,6 +5,8 @@
if(#{stati != 0}) {
setTimeout('checkStati("#{stati_to_check}")',1500);
}
+ var reload_validation = true;
+ if(reload_validation) setTimeout('checkValidation()',15000);
});
%p Get an overview about ToxCreate models. This page is refreshed every 15 seconds to update the model status.