mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-09-15 17:26:57 +00:00
text selection enabled in crc,md5 and sha1 containers
This commit is contained in:
parent
c836c55ffe
commit
71af1985eb
4 changed files with 15 additions and 7 deletions
|
@ -16,9 +16,10 @@
|
|||
<script type="text/javascript" src="./ups.js"></script>
|
||||
<script type="text/javascript" src="./aps.js"></script>
|
||||
<script type="text/javascript" src="./bps.js"></script>
|
||||
|
||||
<!-- <script type="text/javascript" src="./apsgba.js"></script> -->
|
||||
</head>
|
||||
<body unselectable="on" onselectstart="return false"><div id="column">
|
||||
<body><div id="column">
|
||||
|
||||
|
||||
<!-- HEADER -->
|
||||
|
@ -103,7 +104,7 @@
|
|||
|
||||
<!-- FOOTER -->
|
||||
<footer>
|
||||
Rom Patcher JS <small>rev 20170428</small> by <a href="/">Marc Robledo</a>
|
||||
Rom Patcher JS <small>rev 20170511</small> by <a href="/">Marc Robledo</a>
|
||||
<i class="icon github"></i> <a href="https://github.com/marcrobledo/RomPatcher.js/" target="_blank">See on GitHub</a>
|
||||
<i class="icon heart"></i> <a href="https://www.paypal.me/marcrobledo/5" target="_blank" rel="nofollow">Donate</a>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue