mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Change not found message for documentation search
This commit is contained in:
@@ -497,9 +497,7 @@
|
|||||||
'</span></td></tr>';
|
'</span></td></tr>';
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
output += 'No results :( <a href="https://duckduckgo.com/?q=' +
|
output += 'No results - Request function at <a href="https://github.com/ElunaLuaEngine/Eluna/issues">Eluna issue tracker</a>';
|
||||||
encodeURIComponent('eluna ' + query.query) +
|
|
||||||
'">Try on DuckDuckGo?</a>';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
output += "</p>";
|
output += "</p>";
|
||||||
|
|||||||
Reference in New Issue
Block a user