mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-1398] Use relative path for search_data.json
This commit is contained in:
parent
fe3dbdb1cb
commit
84b1b2bfe5
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue