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
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);
} }); }