Files
route-commerce/src/app/test-simple.html
T

2 lines
264 B
HTML

<!DOCTYPE html><html><head><title>Nav Test</title></head><body><button id="btn">TEST REPLACE</button><script>btn.onclick = function() { console.log("clicked"); window.location.replace("/admin/test-cookies"); console.log("replace called"); }</script></body></html>