@@ -124,6 +124,7 @@ function navigate_to_article(self, source) {
})
}
/*
function navigate_to_search(self, query) {
axios.get(self.api_pref + 'search?q=' + query, { headers: {"x-api-key":"ZkYiyRVXxH86ijsvhx3cH4SY5Iik2ijI3BKVJGMm"}}) // API-key to be removed or reimplemented with a ci-variable with the new API
.then(function(response){
...
...
@@ -149,6 +150,7 @@ function navigate_to_search(self, query) {