Fix search of web
This commit is contained in:
parent
446936496f
commit
23006311d2
@ -247,7 +247,7 @@
|
|||||||
<script>
|
<script>
|
||||||
function getParam(paramName) {
|
function getParam(paramName) {
|
||||||
return decodeURI(
|
return decodeURI(
|
||||||
(RegExp(paramName + '=' + '(.+?)(&|$)').exec(location.search) || [, null])[1]
|
(RegExp(paramName + '=' + '(.+?)(&|$)').exec(location.search) || [, 500])[1]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
var selectedSetVal = getParam("set");
|
var selectedSetVal = getParam("set");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user