mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove unused code
This commit is contained in:
parent
62bdf22618
commit
4cdd2bf776
@ -448,21 +448,4 @@ function hide(event) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</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(""", "\"");
|
|
||||||
}
|
|
||||||
|
|
||||||
function convertHtmlJsonToJavacriptArray(str) {
|
|
||||||
var result = []
|
|
||||||
str = decodeHtmlCharCodes(str)
|
|
||||||
for(var i in str)
|
|
||||||
result.push([i, str [i]]);
|
|
||||||
return result
|
|
||||||
}
|
|
||||||
//]]>
|
|
||||||
</script>
|
|
||||||
{% end %}
|
{% end %}
|
Loading…
Reference in New Issue
Block a user