Index: openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl,v diff -u -r1.3.2.19 -r1.3.2.20 --- openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 22 Apr 2017 17:34:04 -0000 1.3.2.19 +++ openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 31 May 2017 09:56:48 -0000 1.3.2.20 @@ -192,7 +192,7 @@ xhr.addEventListener("load", function () { uploadFileRunning--; if (uploadFileRunning < 1) { - window.location = window.location; + location.reload(true); } }, false); xhr.open("post", url, true); @@ -289,7 +289,7 @@ type: "POST", url: $(form).attr('action'), data: $(form).serialize(), - success: function(msg) { window.location = window.location; }, + success: function(msg) { location.reload(true); }, error: function(){alert("failure");} }); };