Remove www. from domain name. It's too 90's.
authorMarcin Koziej <marcin@lolownia.org>
Thu, 17 May 2012 08:57:44 +0000 (10:57 +0200)
committerMarcin Koziej <marcin@lolownia.org>
Thu, 17 May 2012 08:57:44 +0000 (10:57 +0200)
apps/wolnelektury_core/static/js/widget.js
apps/wolnelektury_core/static/widget.html

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');
index 890184d..b49b006 100644 (file)
@@ -5,7 +5,7 @@
 <!-- KONIEC -->
 
 <!-- START Umiescic ten element zaraz przed zamknieciem taga body: </body> -->
-<script type="text/javascript" src="http://www.wolnelektury.pl/static/js/widget.js"></script>
+<script type="text/javascript" src="http://wolnelektury.pl/static/js/widget.js"></script>
 <!-- KONIEC -->
 
 </body>