Widget:TabbedCoins2: Unterschied zwischen den Versionen

Keine Änderung der Größe ,  16. März 2020
K
keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
KKeine 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=DASH,ZEC,XMR,NEO&tsyms=EUR,GOLD,USD,JPY';
var theUrl = baseUrl+'serve/v1/coin/multi?fsyms=DASH,XMR,ZEC,NEO&tsyms=EUR,GOLD,USD,JPY';
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>