test-static / www2 /scripts /requeststorageaccess.js
multimodalart's picture
Duplicate from XciD/test-static
a548ebc
raw
history blame contribute delete
238 Bytes
document.addEventListener('DOMContentLoaded', event => {
document.getElementById('theButton').addEventListener("click", event => {
// Just go back to the outside iframe we came from.
window.history.back();
});
});