Improved accessibility using HTML_CodeSniffer

This commit is contained in:
Lucas Cimon
2017-08-17 18:25:45 +02:00
parent d785d9b8bf
commit a19782f888
4 changed files with 46 additions and 17 deletions

View File

@@ -95,9 +95,9 @@ http://www.tipue.com/search
{
return decodeURIComponent((new RegExp('[?|&]' + name + '=' + '([^&;]+?)(&|#|;|$)').exec(location.search)||[,""])[1].replace(/\+/g, '%20')) || null;
}
if (getURLP('q'))
if (getURLP('content'))
{
$('main .tipue_search').val(getURLP('q'));
$('main .tipue_search').val(getURLP('content'));
getTipueSearch(0, true);
}