# HG changeset patch # User Nicholas Jillings # Date 1496227428 -3600 # Node ID 18261c4593c4491af48821cd21314f4302147c75 # Parent dafc6eba55fc54625a5cc2f2c42f9593143c3770 Open exported XML in new tab, not same tab diff -r dafc6eba55fc -r 18261c4593c4 test_create/test_core.js --- a/test_create/test_core.js Tue May 09 16:17:07 2017 +0100 +++ b/test_create/test_core.js Wed May 31 11:43:48 2017 +0100 @@ -103,7 +103,7 @@ type: 'application/xml' }); var dnlk = window.URL.createObjectURL(bb); - window.location.href = dnlk; + $w.open(dnlk, "_blank"); }; }]);