mirror of
https://github.com/thangisme/notes.git
synced 2025-11-23 13:12:25 -05:00
Improved js function nesting
This commit is contained in:
@@ -109,6 +109,7 @@ function initSearch() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
request.send();
|
request.send();
|
||||||
|
}
|
||||||
|
|
||||||
function searchLoaded(index, docs) {
|
function searchLoaded(index, docs) {
|
||||||
var index = index;
|
var index = index;
|
||||||
@@ -344,7 +345,6 @@ function initSearch() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
// Document ready
|
// Document ready
|
||||||
|
|||||||
Reference in New Issue
Block a user