reverted http://code.google.com/p/web2py/source/detail?r=65caec4dae5f7c971d406beb0eb3b32f471d84a4, thanks Anthony
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-08-07 20:39:14) dev
|
||||
Version 2.00.0 (2012-08-07 22:45:43) dev
|
||||
|
||||
@@ -98,11 +98,7 @@ function web2py_ajax_page(method, action, data, target) {
|
||||
eval(decodeURIComponent(command));
|
||||
if(flash)
|
||||
jQuery('.flash').html(decodeURIComponent(flash)).slideDown();
|
||||
},
|
||||
// the three options below should allow multipart uploads but not in IE
|
||||
'cache': false,
|
||||
'contentType': false,
|
||||
'processData': false
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -98,11 +98,7 @@ function web2py_ajax_page(method, action, data, target) {
|
||||
eval(decodeURIComponent(command));
|
||||
if(flash)
|
||||
jQuery('.flash').html(decodeURIComponent(flash)).slideDown();
|
||||
},
|
||||
// the three options below should allow multipart uploads but not in IE
|
||||
'cache': false,
|
||||
'contentType': false,
|
||||
'processData': false
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -98,11 +98,7 @@ function web2py_ajax_page(method, action, data, target) {
|
||||
eval(decodeURIComponent(command));
|
||||
if(flash)
|
||||
jQuery('.flash').html(decodeURIComponent(flash)).slideDown();
|
||||
},
|
||||
// the three options below should allow multipart uploads but not in IE
|
||||
'cache': false,
|
||||
'contentType': false,
|
||||
'processData': false
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user