This commit is contained in:
Ludwig Schubert
2017-10-24 17:02:03 -07:00
parent ecce53f1a2
commit ebffcb4416
+1 -1
View File
@@ -42,7 +42,7 @@ const addBackIn = `
window.addEventListener('WebComponentsReady', function() {
console.warn('WebComponentsReady');
const loaderTag = document.createElement('script');
loaderTag.src = 'http://localhost:8888/dist/template.v2.js';
loaderTag.src = '/template.v2.js';
document.head.insertBefore(loaderTag, document.head.firstChild);
});
`;