Remove www. from domain name. It's too 90's.
[wolnelektury.git] / apps / wolnelektury_core / static / js / widget.js
index 746142f..275e9f5 100644 (file)
@@ -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');