Deployed 2a5fdd8
with MkDocs version: 0.15.3
This commit is contained in:
@@ -15,7 +15,7 @@ require([
|
||||
var sParameterName = sURLVariables[i].split('=');
|
||||
if (sParameterName[0] == 'q')
|
||||
{
|
||||
return sParameterName[1];
|
||||
return decodeURIComponent(sParameterName[1].replace(/\+/g, '%20'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user