X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/057604ab62f70f42fe0392ee32036be81ab52d9e..dbb6eb3883a5f5e371f4bf7c89e74326feca0fd1:/wolnelektury/static/js/widget.js diff --git a/wolnelektury/static/js/widget.js b/wolnelektury/static/js/widget.js index 7012e6404..de30eb714 100644 --- a/wolnelektury/static/js/widget.js +++ b/wolnelektury/static/js/widget.js @@ -17,7 +17,7 @@ stylesheet.setAttribute('rel', 'stylesheet'); stylesheet.setAttribute('href', 'http://'+host+'/static/css/widget.css'); linkLogo.setAttribute('href', 'http://'+host); logo.setAttribute('src', 'http://'+host+'/static/img/logo.png'); -form.setAttribute('action', 'http://'+host+'/katalog/szukaj/'); +form.setAttribute('action', 'http://'+host+'/szukaj/'); form.setAttribute('method', 'get'); form.setAttribute('accept-charset', 'utf-8'); form.setAttribute('id', 'wl-form'); @@ -64,3 +64,10 @@ widget.style.width = "160px"; widget.style.padding = "10px"; widget.style.fontSize = "12px"; form.style.paddingTop = "10px"; + +/* resize - if needed */ +if(widget.getAttribute('width') == '140'){ + logo.setAttribute('width', '140'); + inputText.setAttribute('size', '10'); + widget.style.width = "140px"; +}