Deployed 2a5fdd8 with MkDocs version: 0.15.3

This commit is contained in:
Vinta
2016-03-13 22:21:31 +08:00
parent 0d6f3d9b08
commit d45c12312f
18 changed files with 584 additions and 204 deletions

View File

@@ -15,7 +15,7 @@ require([
var sParameterName = sURLVariables[i].split('=');
if (sParameterName[0] == 'q')
{
return sParameterName[1];
return decodeURIComponent(sParameterName[1].replace(/\+/g, '%20'));
}
}
}