From 3297f30fc34fefefcb1a04a8c32e6a783b8f7204 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 6 Aug 2012 10:13:37 -0500 Subject: [PATCH] reverted changes in admin and examples, thanks Anthony --- VERSION | 2 +- applications/admin/static/js/web2py.js | 2 +- applications/examples/static/js/web2py.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 65b7ea08..2240f5e6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-08-06 09:59:19) dev +Version 2.00.0 (2012-08-06 10:13:35) dev diff --git a/applications/admin/static/js/web2py.js b/applications/admin/static/js/web2py.js index a8581e5a..eb1e3b09 100644 --- a/applications/admin/static/js/web2py.js +++ b/applications/admin/static/js/web2py.js @@ -97,7 +97,7 @@ function web2py_ajax_page(method, action, data, target) { if(command) eval(decodeURIComponent(command)); if(flash) - jQuery('.flash').html(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 a8581e5a..eb1e3b09 100644 --- a/applications/examples/static/js/web2py.js +++ b/applications/examples/static/js/web2py.js @@ -97,7 +97,7 @@ function web2py_ajax_page(method, action, data, target) { if(command) eval(decodeURIComponent(command)); if(flash) - jQuery('.flash').html(flash).slideDown(); + jQuery('.flash').html(decodeURIComponent(flash)).slideDown(); } }); }