fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
626c374
)
Zwiększenie ilości ładowanych naraz skanów.
author
zuber
<marek@stepniowski.com>
Mon, 17 Aug 2009 22:37:16 +0000
(
00:37
+0200)
committer
zuber
<marek@stepniowski.com>
Mon, 17 Aug 2009 22:37:16 +0000
(
00:37
+0200)
project/templates/explorer/file_xml.html
patch
|
blob
|
history
diff --git
a/project/templates/explorer/file_xml.html
b/project/templates/explorer/file_xml.html
index
18866d2
..
c774fe1
100644
(file)
--- a/
project/templates/explorer/file_xml.html
+++ b/
project/templates/explorer/file_xml.html
@@
-59,7
+59,7
@@
addEditorButton('utwór', function(text) { return '<utwor>' + text + '</utwor>'; });
addEditorButton('akap', function(text) { return '<akap>' + text + '</akap>'; });
- $('#images-wrap').lazyload('.image-box', {threshold: 6
00
});
+ $('#images-wrap').lazyload('.image-box', {threshold: 6
40 * 10, scrollTreshold: 640 * 5
});
});
</script>