mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
Fix favicon 404 in dev
This commit is contained in:
parent
64e3a285f9
commit
2d3f3998de
@ -18,13 +18,7 @@ setTimeout(function () {
|
|||||||
document.getElementById('content').focus()
|
document.getElementById('content').focus()
|
||||||
}, 100)
|
}, 100)
|
||||||
|
|
||||||
// Parse obfuscaded emails and make them usable
|
|
||||||
const menu = new Vue({
|
|
||||||
el: "#menu-top",
|
|
||||||
methods: {
|
|
||||||
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
const app = new Vue({
|
const app = new Vue({
|
||||||
|
|
||||||
@ -829,7 +823,6 @@ window.onload = function () {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Display previous pastes */
|
/* Display previous pastes */
|
||||||
@ -849,7 +842,6 @@ if (app.support.fileUpload) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Autofit text area height */
|
/* Autofit text area height */
|
||||||
const tx = document.getElementsByTagName('textarea');
|
const tx = document.getElementsByTagName('textarea');
|
||||||
for (let i = 0; i < tx.length; i++) {
|
for (let i = 0; i < tx.length; i++) {
|
||||||
|
@ -9,7 +9,8 @@
|
|||||||
pastebin featuring burn after reading, history, and
|
pastebin featuring burn after reading, history, and
|
||||||
a clipboard">
|
a clipboard">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/favicon.ico">
|
<link rel="icon" href="/static/img/favicon.ico" />
|
||||||
|
|
||||||
|
|
||||||
%if settings.COMPRESSED_STATIC_FILES:
|
%if settings.COMPRESSED_STATIC_FILES:
|
||||||
<link href="/static/css/style.min.css?{{ VERSION }}" rel="stylesheet" />
|
<link href="/static/css/style.min.css?{{ VERSION }}" rel="stylesheet" />
|
||||||
|
Loading…
Reference in New Issue
Block a user