mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2025-07-30 13:30:17 +00:00
Improved accessibility using HTML_CodeSniffer
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user