From: Marcin Koziej Date: Thu, 10 May 2012 14:21:35 +0000 (+0200) Subject: widget - hardcoded localhost:8000... X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/43c76e9ba930644d0dff869a7de4504ae267fa42?ds=inline;hp=--cc widget - hardcoded localhost:8000... --- 43c76e9ba930644d0dff869a7de4504ae267fa42 diff --git a/apps/wolnelektury_core/static/js/widget.js b/apps/wolnelektury_core/static/js/widget.js index 183b5154d..746142fdc 100644 --- a/apps/wolnelektury_core/static/js/widget.js +++ b/apps/wolnelektury_core/static/js/widget.js @@ -10,7 +10,7 @@ var body = document.getElementsByTagName('body') var stylesheet = document.createElement('link'); var stylesheetJQUI = document.createElement('linl'); -var host = 'localhost:8000'; //'www.wolnelektury.pl'; +var host = 'www.wolnelektury.pl'; /* set attributes of created elements */ stylesheet.setAttribute('type', 'text/css'); diff --git a/apps/wolnelektury_core/static/widget.html b/apps/wolnelektury_core/static/widget.html index fffc0167f..890184da4 100644 --- a/apps/wolnelektury_core/static/widget.html +++ b/apps/wolnelektury_core/static/widget.html @@ -5,7 +5,7 @@ - +