component timeout defauls to oo, issue 871, thanks Simon
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-07-04 17:02:32) dev
|
||||
Version 2.00.0 (2012-07-04 17:05:24) dev
|
||||
|
||||
@@ -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);
|
||||
} }); }
|
||||
|
||||
|
||||
@@ -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);
|
||||
} }); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user