Heeft Don Luxemburg al ingehaald?: verschil tussen versies

Uit WikiMeneer
Ga naar: navigatie, zoeken
Regel 103: Regel 103:
 
             function fix() {
 
             function fix() {
 
$.getJSON('https://www.googleapis.com/youtube/v3/channels?part=statistics&id=UCU0TjDaglN5awRHKY_tThzA&key=AIzaSyA5yomMl6Eg6qV6BhjYBYQtqZTXnoreK0c', function(subs) {
 
$.getJSON('https://www.googleapis.com/youtube/v3/channels?part=statistics&id=UCU0TjDaglN5awRHKY_tThzA&key=AIzaSyA5yomMl6Eg6qV6BhjYBYQtqZTXnoreK0c', function(subs) {
                 document.getElementById("odometer").innerHTML = subs.items[0].statistics.subscriberCount;
+
                 document.getElementById("odometer").innerHTML = subs().items[0].statistics.subscriberCount;
 
                 });
 
                 });
 
             }
 
             }

Versie van 9 aug 2017 om 17:02

0