Index: tvi.js
===================================================================
--- tvi.js (revisión: 440)
+++ tvi.js (copia de trabajo)
@@ -25,7 +25,7 @@
}
// Load new view displays.
$('#tvi-display-selector').load(
- '/tvi/js/display_options?view_id=' + view_id,
+ Drupal.settings.basePath + 'tvi/js/display_options?view_id=' + view_id,
'', set_active_option
);
}
@@ -39,4 +39,4 @@
// Reload displays when views are changed.
$('#tvi-view-selector').change(view_change_handler);
view_change_handler();
-}
\ No newline at end of file
+}

CommentFileSizeAuthor
#1 path.txt572 bytesluigisa

Comments

luigisa’s picture

StatusFileSize
new572 bytes
luigisa’s picture

Status: Fixed » Active
duaelfr’s picture

Status: Active » Closed (won't fix)

Closing old issues. Feel free to reopen if needed.