diff --git a/VERSION b/VERSION index 7bc11a3d..bfd5c40a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-06-05 20:02:32) dev +Version 2.00.0 (2012-06-06 10:51:30) dev diff --git a/applications/admin/static/js/web2py.js b/applications/admin/static/js/web2py.js index b2f7e8dd..71dbc8e8 100644 --- a/applications/admin/static/js/web2py.js +++ b/applications/admin/static/js/web2py.js @@ -104,8 +104,8 @@ function web2py_ajax_page(method, action, data, target) { function web2py_component(action, target, timeout, times){ jQuery(function(){ - var element = $("#" + target).get(0); - var statement = "$('#" + target + "').get(0).reload();"; + var element = jQuery("#" + target).get(0); + var statement = "jQuery('#" + target + "').get(0).reload();"; element.reload = function (){ // Continue if times is Infinity or // the times limit is not reached diff --git a/applications/examples/static/js/web2py.js b/applications/examples/static/js/web2py.js index b2f7e8dd..71dbc8e8 100644 --- a/applications/examples/static/js/web2py.js +++ b/applications/examples/static/js/web2py.js @@ -104,8 +104,8 @@ function web2py_ajax_page(method, action, data, target) { function web2py_component(action, target, timeout, times){ jQuery(function(){ - var element = $("#" + target).get(0); - var statement = "$('#" + target + "').get(0).reload();"; + var element = jQuery("#" + target).get(0); + var statement = "jQuery('#" + target + "').get(0).reload();"; element.reload = function (){ // Continue if times is Infinity or // the times limit is not reached diff --git a/applications/welcome/static/js/web2py.js b/applications/welcome/static/js/web2py.js index b2f7e8dd..71dbc8e8 100644 --- a/applications/welcome/static/js/web2py.js +++ b/applications/welcome/static/js/web2py.js @@ -104,8 +104,8 @@ function web2py_ajax_page(method, action, data, target) { function web2py_component(action, target, timeout, times){ jQuery(function(){ - var element = $("#" + target).get(0); - var statement = "$('#" + target + "').get(0).reload();"; + var element = jQuery("#" + target).get(0); + var statement = "jQuery('#" + target + "').get(0).reload();"; element.reload = function (){ // Continue if times is Infinity or // the times limit is not reached