Update debug.html

This commit is contained in:
DremOS Developing Team 2018-09-24 11:35:22 -05:00 committed by GitHub
parent 39bf08481a
commit 7dfe6eabd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,6 @@
This will transfer you to the GitReports page in a new tab.<br /> This will transfer you to the GitReports page in a new tab.<br />
</p> </p>
<a target="_blank" href="https://gitreports.com/issue/SamParisot/DremJS"><button>Proceed</button></a> <a target="_blank" href="https://gitreports.com/issue/SamParisot/DremJS"><button>Proceed</button></a>
<input target="_parent" type="button" value="Go Back" onClick="window.location.reload()"> <input target="_top" type="button" value="Go Back" onClick="window.location.reload()">
</body> </body>
</html> </html>