mirror of
https://github.com/vinta/awesome-python.git
synced 2025-12-18 13:24:39 +03:00
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