mirror of
https://github.com/JustKato/FreePad.git
synced 2026-02-23 15:50:46 +02:00
+ Maximum pad length
+ Configurable maximum pad length + Refresh pad + Archive pad + Archives in local client storage + Download pad
This commit is contained in:
@@ -28,10 +28,12 @@
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
||||
function goToPad() {
|
||||
// Go to the next apd
|
||||
window.location.href = "/" + document.getElementById(`pad-name`).value;
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<div class="why mb-4">
|
||||
|
||||
Reference in New Issue
Block a user