=== modified file 'addons/web/static/src/js/coresetup.js' (properties changed: -x to +x) --- addons/web/static/src/js/coresetup.js 2013-06-21 12:44:49 +0000 +++ addons/web/static/src/js/coresetup.js 2013-06-30 12:28:36 +0000 @@ -286,7 +286,7 @@ // iOS devices doesn't allow iframe use the way we do it, // opening a new window seems the best way to workaround - if (navigator.userAgent.match(/(iPod|iPhone|iPad)/) || true) { + if (navigator.userAgent.match(/(iPod|iPhone|iPad)/)) { var params = _.extend({}, options.data || {}, {token: token}); var url = this.url(options.url, params); instance.web.unblockUI();