From 6347e58f5d14e5e43b8d0536ecdb5d69510d8ef1 Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Thu, 17 May 2012 10:57:44 +0200 Subject: [PATCH] Remove www. from domain name. It's too 90's. --- 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 746142fdc..275e9f525 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 = 'www.wolnelektury.pl'; +var host = '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 890184da4..b49b00663 100644 --- a/apps/wolnelektury_core/static/widget.html +++ b/apps/wolnelektury_core/static/widget.html @@ -5,7 +5,7 @@ - + -- 2.20.1