fixing error in previous commit, thanks Anthony

This commit is contained in:
mdipierro
2012-08-06 09:58:15 -05:00
parent 86b5f62424
commit 793672334e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-08-06 08:57:04) dev
Version 2.00.0 (2012-08-06 09:58:13) dev
+1 -1
View File
@@ -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();
}
});
}