Remove unused code

This commit is contained in:
Zedifus 2022-06-03 19:50:58 +01:00
parent 62bdf22618
commit 4cdd2bf776

View File

@ -448,21 +448,4 @@ function hide(event) {
}
</script>
<script type="text/javascript">
//<![CDATA[
// array of possible countries in the same order as they appear in the country selection list
function decodeHtmlCharCodes(str) {
return str.replace("&quot;", "\"");
}
function convertHtmlJsonToJavacriptArray(str) {
var result = []
str = decodeHtmlCharCodes(str)
for(var i in str)
result.push([i, str [i]]);
return result
}
//]]>
</script>
{% end %}