X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6280673f35e13e75e81c5b7821bd2a44a1831eab..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/apps/wolnelektury_core/static/js/widget.js diff --git a/apps/wolnelektury_core/static/js/widget.js b/apps/wolnelektury_core/static/js/widget.js deleted file mode 100644 index 3b680fc7d..000000000 --- a/apps/wolnelektury_core/static/js/widget.js +++ /dev/null @@ -1,8 +0,0 @@ -var WOLNELEKTURY_LOADED; -if (WOLNELEKTURY_LOADED == undefined) { - var iframe = document.createElement('iframe'); - iframe.setAttribute('style', 'width: 100%; height: 140px; border: none; box-shadow: 0 0 .5rem #191919;'); - iframe.setAttribute('src', '//wolnelektury.pl/widget.html'); - document.getElementById('wl').appendChild(iframe); - WOLNELEKTURY_LOADED = true; -} \ No newline at end of file