summaryrefslogtreecommitdiff
path: root/views/models.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/models.haml')
-rw-r--r--views/models.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/models.haml b/views/models.haml
index e4e9fbb..ab113c5 100644
--- a/views/models.haml
+++ b/views/models.haml
@@ -3,10 +3,10 @@
:javascript
$(function() {
if(#{stati != 0}) {
- setTimeout('checkStati("#{stati_to_check}")',5000);
+ setTimeout('checkStati("#{stati_to_check}", "#{subjectstring}")',5000);
}
var reload_validation = true;
- if(reload_validation) setTimeout('checkValidation()',15000);
+ //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.