[ZEPPELIN-1398] Use relative path for search_data.json

This commit is contained in:
Luciano Resende 2016-08-30 08:09:29 -07:00
parent fe3dbdb1cb
commit 84b1b2bfe5

View file

@ -25,7 +25,7 @@ jQuery(function() {
this.field('group');
});
window.data = $.getJSON('/search_data.json');
window.data = $.getJSON('search_data.json');
window.data.then(function(loaded_data){
$.each(loaded_data, function(index, value){
window.idx.add(