Custom path handling corrections (Daniel Tuecks)

This commit is contained in:
Eric A. Miller
2013-11-14 20:37:47 -05:00
parent c12b54b181
commit 6bb2e3819f
3 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
if (show.length) {
$('#nd_csv-download')
.attr('href', '/ajax/content/' + type + '/' + tab + '?' + query)
.attr('href', uri_base + '/ajax/content/' + type + '/' + tab + '?' + query)
.attr('download', 'netdisco-' + type + '-' + tab + '.csv')
.show();
}