fixing error in previous commit, thanks Anthony
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-08-06 08:57:04) dev
|
||||
Version 2.00.0 (2012-08-06 09:58:13) dev
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user