1
0
mirror of https://github.com/thangisme/notes.git synced 2025-09-29 20:54:04 -04:00

Simplified search-data.json

This commit is contained in:
Silvio Giebl
2019-05-19 20:08:31 +02:00
parent 9495640378
commit 96653f6d36
2 changed files with 1 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ function initSearch() {
for (var i in data) {
this.add({
id: data[i].id,
id: i,
title: data[i].title,
content: data[i].content,
url: data[i].url