3b680fc7d17053dcb090fe9c44acef24ad9fe6dc
[wolnelektury.git] / apps / wolnelektury_core / static / js / widget.js
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;
8 }