reverted changes in admin and examples, thanks Anthony

This commit is contained in:
mdipierro
2012-08-06 10:13:37 -05:00
parent 2da3b4c0aa
commit 3297f30fc3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-08-06 09:59:19) dev
Version 2.00.0 (2012-08-06 10:13:35) 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();
}
});
}
+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();
}
});
}