fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Lepsze obsługiwanie nieudanych merge oraz podawanie w vstorage.all_pages() jedynie...
[redakcja.git]
/
platforma
/
static
/
js
/
xslt.js
diff --git
a/platforma/static/js/xslt.js
b/platforma/static/js/xslt.js
index
7397d34
..
e098a7d
100644
(file)
--- a/
platforma/static/js/xslt.js
+++ b/
platforma/static/js/xslt.js
@@
-132,12
+132,12
@@
function withStylesheets(block, onError) {
}
$.blockUI({message: 'Ładowanie arkuszy stylów...'});
$.ajax({
}
$.blockUI({message: 'Ładowanie arkuszy stylów...'});
$.ajax({
- url:
'/static/
xsl/wl2html_client.xsl',
+ url:
STATIC_URL + '
xsl/wl2html_client.xsl',
dataType: 'xml',
success: function(data) {
xml2htmlStylesheet = createXSLT(data);
$.ajax({
dataType: 'xml',
success: function(data) {
xml2htmlStylesheet = createXSLT(data);
$.ajax({
- url:
'/static/
xsl/html2wl_client.xsl',
+ url:
STATIC_URL + '
xsl/html2wl_client.xsl',
dataType: 'xml',
success: function(data) {
html2xmlStylesheet = createXSLT(data);
dataType: 'xml',
success: function(data) {
html2xmlStylesheet = createXSLT(data);