diff --git a/zerobin/static/js/behavior.js b/zerobin/static/js/behavior.js index 1789dbf..4fb8145 100644 --- a/zerobin/static/js/behavior.js +++ b/zerobin/static/js/behavior.js @@ -18,13 +18,7 @@ setTimeout(function () { document.getElementById('content').focus() }, 100) -// Parse obfuscaded emails and make them usable -const menu = new Vue({ - el: "#menu-top", - methods: { - } -}) const app = new Vue({ @@ -829,7 +823,6 @@ window.onload = function () { }) } - } /* Display previous pastes */ @@ -849,7 +842,6 @@ if (app.support.fileUpload) { } - /* Autofit text area height */ const tx = document.getElementsByTagName('textarea'); for (let i = 0; i < tx.length; i++) { diff --git a/zerobin/views/base.tpl b/zerobin/views/base.tpl index 93e385a..99e6214 100644 --- a/zerobin/views/base.tpl +++ b/zerobin/views/base.tpl @@ -9,7 +9,8 @@ pastebin featuring burn after reading, history, and a clipboard"> - + + %if settings.COMPRESSED_STATIC_FILES: