summaryrefslogtreecommitdiff
path: root/views/models.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-01-18 17:12:54 +0100
committermr <mr@mrautenberg.de>2011-01-18 17:12:54 +0100
commit8da8b742db45faeff56afc5b70d1ca263e4c0bb0 (patch)
tree7be1bcc6dbe6efcb61a55f03187c8306feeea6c6 /views/models.haml
parent318fb6deb86e326c3e6676c493fd8d327f38c1e1 (diff)
fix javascript
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.