Update chrome.js

This commit is contained in:
Namhyeon Go 2021-11-18 14:25:54 +09:00 committed by GitHub
parent d084be3598
commit 233207c200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
}