diff --git a/VERSION b/VERSION index 3253bf4a..1dca15c5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-06-14 18:47:21) dev +Version 2.00.0 (2012-06-15 13:17:03) dev diff --git a/applications/admin/static/js/web2py.js b/applications/admin/static/js/web2py.js index 5b3bc729..32364f35 100644 --- a/applications/admin/static/js/web2py.js +++ b/applications/admin/static/js/web2py.js @@ -95,9 +95,9 @@ function web2py_ajax_page(method, action, data, target) { web2py_trap_link(target); web2py_ajax_init('#'+target); if(command) - eval(decodeURIComponent(escape(command))); + eval(decodeURIComponent(command)); if(flash) - jQuery('.flash').html(decodeURIComponent(escape(flash))).slideDown(); + jQuery('.flash').html(decodeURIComponent(flash)).slideDown(); } }); } diff --git a/applications/examples/static/js/web2py.js b/applications/examples/static/js/web2py.js index 5b3bc729..32364f35 100644 --- a/applications/examples/static/js/web2py.js +++ b/applications/examples/static/js/web2py.js @@ -95,9 +95,9 @@ function web2py_ajax_page(method, action, data, target) { web2py_trap_link(target); web2py_ajax_init('#'+target); if(command) - eval(decodeURIComponent(escape(command))); + eval(decodeURIComponent(command)); if(flash) - jQuery('.flash').html(decodeURIComponent(escape(flash))).slideDown(); + jQuery('.flash').html(decodeURIComponent(flash)).slideDown(); } }); } diff --git a/applications/welcome/static/js/web2py.js b/applications/welcome/static/js/web2py.js index 5b3bc729..32364f35 100644 --- a/applications/welcome/static/js/web2py.js +++ b/applications/welcome/static/js/web2py.js @@ -95,9 +95,9 @@ function web2py_ajax_page(method, action, data, target) { web2py_trap_link(target); web2py_ajax_init('#'+target); if(command) - eval(decodeURIComponent(escape(command))); + eval(decodeURIComponent(command)); if(flash) - jQuery('.flash').html(decodeURIComponent(escape(flash))).slideDown(); + jQuery('.flash').html(decodeURIComponent(flash)).slideDown(); } }); }