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