fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
minor fix in covers check
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
static
/
js
/
widget.js
diff --git
a/apps/wolnelektury_core/static/js/widget.js
b/apps/wolnelektury_core/static/js/widget.js
index
183b515
..
746142f
100644
(file)
--- 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 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');
/* set attributes of created elements */
stylesheet.setAttribute('type', 'text/css');