From 0b7eefd86214d7a32ae1618d963b7feff45a1bf9 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Tue, 7 Aug 2012 22:45:46 -0500 Subject: [PATCH] reverted http://code.google.com/p/web2py/source/detail?r=65caec4dae5f7c971d406beb0eb3b32f471d84a4, thanks Anthony --- VERSION | 2 +- applications/admin/static/js/web2py.js | 6 +----- applications/examples/static/js/web2py.js | 6 +----- applications/welcome/static/js/web2py.js | 6 +----- 4 files changed, 4 insertions(+), 16 deletions(-) diff --git a/VERSION b/VERSION index 4194dc60..8e60ffc3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-08-07 20:39:14) dev +Version 2.00.0 (2012-08-07 22:45:43) dev diff --git a/applications/admin/static/js/web2py.js b/applications/admin/static/js/web2py.js index bba5610f..20f67b3a 100644 --- a/applications/admin/static/js/web2py.js +++ b/applications/admin/static/js/web2py.js @@ -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 + } }); } diff --git a/applications/examples/static/js/web2py.js b/applications/examples/static/js/web2py.js index bba5610f..20f67b3a 100644 --- a/applications/examples/static/js/web2py.js +++ b/applications/examples/static/js/web2py.js @@ -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 + } }); } diff --git a/applications/welcome/static/js/web2py.js b/applications/welcome/static/js/web2py.js index bba5610f..20f67b3a 100644 --- a/applications/welcome/static/js/web2py.js +++ b/applications/welcome/static/js/web2py.js @@ -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 + } }); }