mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-12 04:31:04 +00:00
Update chrome.js
This commit is contained in:
parent
d084be3598
commit
233207c200
|
@ -333,7 +333,7 @@ var ChromeObject = function() {
|
|||
for (var i = 0; i < params.length; i++) {
|
||||
if (params[i].indexOf(paramName + '=') == 0) {
|
||||
paramValue = params[i].substring((paramName + '=').length);
|
||||
//break; // Do not break because will be get the last value
|
||||
//break; // Do not break because will be get the last value
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user