590
Bearbeitungen
C1ph4 (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
C1ph4 (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 9: | Zeile 9: | ||
s.type = "text/javascript"; | s.type = "text/javascript"; | ||
s.async = true; | s.async = true; | ||
var theUrl = baseUrl+'serve/v1/coin/multi?fsyms= | var theUrl = baseUrl+'serve/v1/coin/multi?fsyms=ZEC,DASH,XMR,XEM,XRP&tsyms=EUR,GOLD,USD'; | ||
s.src = theUrl + ( theUrl.indexOf("?") >= 0 ? "&" : "?") + "app=" + appName; | s.src = theUrl + ( theUrl.indexOf("?") >= 0 ? "&" : "?") + "app=" + appName; | ||
embedder.parentNode.appendChild(s); | embedder.parentNode.appendChild(s); | ||
})(); | })(); | ||
</script> | </script> | ||