Zamiana sztywnego dowiÄ…zania w skrypcie w file_xml.html na URL.
[redakcja.git] / project / templates / explorer / file_xml.html
index c23ad41..cef1800 100644 (file)
@@ -8,7 +8,7 @@
     <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);
                 });
             });