From 43c76e9ba930644d0dff869a7de4504ae267fa42 Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Thu, 10 May 2012 16:21:35 +0200 Subject: [PATCH] widget - hardcoded localhost:8000... --- apps/wolnelektury_core/static/js/widget.js | 2 +- apps/wolnelektury_core/static/widget.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ - + -- 2.20.1