Change not found message for documentation search

This commit is contained in:
Rochet2
2017-07-30 12:09:12 +03:00
parent 093b5d82fa
commit 92c3c050d0

View File

@@ -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>";