1
0
mirror of https://github.com/lordfriky/web-cfw-loader.git synced 2025-04-30 06:23:34 +00:00

Merge branch 'master' of github.com:lorek123/web-cfw-loader

This commit is contained in:
Artur Lorenz 2018-07-22 23:23:06 +02:00
commit 2db391b158

@ -211,9 +211,3 @@ function openInstructions() {
document.getElementById("infodiv").innerHTML = ""; document.getElementById("infodiv").innerHTML = "";
} }
} }
function openConverter() {
if(document.getElementById("labelAddPayload").innerHTML != "") {
document.getElementById("labelAddPayload").innerHTML = "";
}
}