fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Zamiana sztywnego dowiÄ…zania w skrypcie w file_xml.html na URL.
[redakcja.git]
/
project
/
templates
/
explorer
/
file_xml.html
diff --git
a/project/templates/explorer/file_xml.html
b/project/templates/explorer/file_xml.html
index
c23ad41
..
cef1800
100644
(file)
--- a/
project/templates/explorer/file_xml.html
+++ b/
project/templates/explorer/file_xml.html
@@
-8,7
+8,7
@@
<script type="text/javascript" charset="utf-8">
$(function() {
$('#id_folders').change(function() {
<script type="text/javascript" charset="utf-8">
$(function() {
$('#id_folders').change(function() {
- $('#images').load('
/images/
' + $('#id_folders').val() + '/', function() {
+ $('#images').load('
{% url folder_image_ajax %}
' + $('#id_folders').val() + '/', function() {
$('#images').data('lastScroll', -1000);
});
});
$('#images').data('lastScroll', -1000);
});
});