commit 41258a2865397219dc65a80a39c84f43e1ec2cc2
parent 072c52af6a3f89d07cf90ad195e825c9c422f3e8
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Sun, 13 Nov 2016 03:54:05 +0100
Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/screencap_iitc.js b/screencap_iitc.js
@@ -170,7 +170,7 @@ function hideDebris() {
function prepare(widthz, heightz, search) {
if (search == "nix") {
window.setTimeout(function() {
- page.evaluate(function(w, h)
+ page.evaluate(function(w, h) {
$("span:contains(' Google Roads')").prev().click();
var water = document.createElement('p');
water.id='viewport-ice';