1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Merge branch 'v2' of github.com:Tygs/0bin into v2

This commit is contained in:
papee 2020-08-15 11:53:36 +02:00
commit 0d824b70bd
2 changed files with 4 additions and 4 deletions

View File

@ -171,7 +171,7 @@ var app = new Vue({
}) })
}).then(function (response) { }).then(function (response) {
if (response.ok) { if (response.ok) {
app.forceLoad("/"); window.location = "/";
} else { } else {
form.forEach(function (node) { form.forEach(function (node) {
node.disabled = false; node.disabled = false;

View File

@ -111,7 +111,7 @@
<div class="d-flex justify-content-between down"> <div class="d-flex justify-content-between down">
<div v-if="currentPaste.ownerKey"> <div v-if="currentPaste.ownerKey">
<button class="btn btn-clone btn-secondary" @click="handleDeletePaste()">Delete Paste</button> <button class="btn btn-secondary" @click.prevent="handleDeletePaste()">Delete Paste</button>
</div> </div>
<div> <div>
<span class="paste-option btn-group responsive-icons"> <span class="paste-option btn-group responsive-icons">