diff --git a/applications/admin/static/js/web2py.js b/applications/admin/static/js/web2py.js index 22b9f253..b4c0a5d3 100644 --- a/applications/admin/static/js/web2py.js +++ b/applications/admin/static/js/web2py.js @@ -284,6 +284,7 @@ var redirect = xhr.getResponseHeader('web2py-redirect-location'); if (redirect !== null) { window.location = redirect; + window.location.reload(); // Force reload even with anchors } /* run this here only if this Ajax request is NOT for a web2py component. */ if (xhr.getResponseHeader('web2py-component-content') === null) {