1 var WOLNELEKTURY_LOADED;
2 if (WOLNELEKTURY_LOADED == undefined) {
3 var iframe = document.createElement('iframe');
4 iframe.setAttribute('style', 'width: 100%; height: 140px; border: none; box-shadow: 0 0 .5rem #191919;');
5 iframe.setAttribute('src', '//wolnelektury.pl/widget.html');
6 document.getElementById('wl').appendChild(iframe);
7 WOLNELEKTURY_LOADED = true;