commit 5a784cf9a87e4017723268550b90011c20f58e2c
parent c926dbcfe12781ffe02ce5e929ec132e47dbb659
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Sat, 31 Dec 2016 22:12:56 +0100
Remove wrong characters
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/screencap.js b/screencap.js
@@ -243,7 +243,7 @@ function portalinfoScreen(){
left: clipRect.left,
width: clipRect.width,
height: clipRect.height
- });
+ }
setTimeout(function() {s(filepath)}, "1000");
},
error: function () {
@@ -256,7 +256,7 @@ function portalinfoScreen(){
left: clipRect.left,
width: clipRect.width,
height: clipRect.height
- });
+ }
setTimeout(function() {s(filepath)}, "1000");
}
});