mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
embedded docs/wiki search
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -79,10 +79,3 @@ async function initChangelog() {
|
||||
};
|
||||
search.addEventListener('keyup', searchChangelog);
|
||||
}
|
||||
|
||||
function wikiSearch(txt) {
|
||||
log('wikiSearch', txt);
|
||||
const url = `https://github.com/search?q=repo%3Avladmandic%2Fsdnext+${encodeURIComponent(txt)}&type=wikis`;
|
||||
// window.open(url, '_blank').focus();
|
||||
return txt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user