Fix the path to the busy indicator for the treeview which changed when the aciTree module was moved.

This commit is contained in:
Murtuza Zabuawala
2017-03-06 10:36:07 +00:00
committed by Dave Page
parent da186ea77b
commit 6d6a3753ee

View File

@@ -677,7 +677,7 @@ var getFolderInfo = function(path, file_type) {
// Display an activity indicator.
$('.fileinfo').find('span.activity').html(
"<img src='{{ url_for('browser.static', filename='css/aciTree/image/load-root.gif') }}'>"
"<img src='{{ url_for('browser.static', filename='vendor/aciTree/image/load-root.gif') }}'>"
);
var post_data = {