fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixes #4124: export cataloge books to csv.
[redakcja.git]
/
src
/
redakcja
/
static
/
js
/
wiki
/
xslt.js
diff --git
a/src/redakcja/static/js/wiki/xslt.js
b/src/redakcja/static/js/wiki/xslt.js
index
43db29b
..
1c69352
100644
(file)
--- a/
src/redakcja/static/js/wiki/xslt.js
+++ b/
src/redakcja/static/js/wiki/xslt.js
@@
-17,7
+17,7
@@
function withStylesheets(code_block, onError)
if (!xml2htmlStylesheet) {
$.blockUI({message: 'Ładowanie arkuszy stylów...'});
$.ajax({
if (!xml2htmlStylesheet) {
$.blockUI({message: 'Ładowanie arkuszy stylów...'});
$.ajax({
- url: STATIC_URL + 'xsl/wl2html_client.xsl?201
71106
',
+ url: STATIC_URL + 'xsl/wl2html_client.xsl?201
9121801
',
dataType: 'xml',
timeout: 10000,
success: function(data) {
dataType: 'xml',
timeout: 10000,
success: function(data) {
@@
-157,7
+157,7
@@
HTMLSerializer.prototype._verseBefore = function(node) {
}
HTMLSerializer.prototype._nodeIgnored = function(node) {
}
HTMLSerializer.prototype._nodeIgnored = function(node) {
- return node.getAttribute('x-
node') == 'wers
';
+ return node.getAttribute('x-
auto-node') == 'true
';
}
HTMLSerializer.prototype._ignoredWithWhitespace = function(node) {
}
HTMLSerializer.prototype._ignoredWithWhitespace = function(node) {