component timeout defauls to oo, issue 871, thanks Simon

This commit is contained in:
mdipierro
2012-07-04 17:05:27 -05:00
parent fc142503a6
commit 074b3de687
4 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-07-04 17:02:32) dev
Version 2.00.0 (2012-07-04 17:05:24) dev
+1
View File
@@ -145,6 +145,7 @@ function web2py_component(action, target, timeout, times){
}
} else {
// run once (no timeout specified)
element.reload_counter = Infinity;
web2py_ajax_page('get', action, null, target);
} }); }
@@ -145,6 +145,7 @@ function web2py_component(action, target, timeout, times){
}
} else {
// run once (no timeout specified)
element.reload_counter = Infinity;
web2py_ajax_page('get', action, null, target);
} }); }
+1
View File
@@ -145,6 +145,7 @@ function web2py_component(action, target, timeout, times){
}
} else {
// run once (no timeout specified)
element.reload_counter = Infinity;
web2py_ajax_page('get', action, null, target);
} }); }