mirror of
https://github.com/vhaudiquet/cindex.git
synced 2025-12-19 04:36:04 +00:00
updated README, fixed search null
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
|
||||
let func = params.function;
|
||||
let search = params.search;
|
||||
if (search === "") search = null;
|
||||
if (search === "" || search === "null") search = null;
|
||||
|
||||
// Set title
|
||||
document.title = (func == null ? (header == null ? "All indexed functions" : header) : func);
|
||||
|
||||
Reference in New Issue
Block a user