X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e078d02874b3f4aa50ee2488b83b8e0a4cba8fe7..e091de9b221b7817f301cd1500b01fd22a79c2f6:/wolnelektury/static/js/widget.js diff --git a/wolnelektury/static/js/widget.js b/wolnelektury/static/js/widget.js index d0581746c..d8e1feca7 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+'/fullsearch/'); form.setAttribute('method', 'get'); form.setAttribute('accept-charset', 'utf-8'); form.setAttribute('id', 'wl-form');