commit 4f323d3bab51719b07a63c44057d93d544c65827 parent d1f28d8673ca2f4a0f0695258d3719f51603d338 Author: Marcel <MTRNord@users.noreply.github.com> Date: Wed, 16 Nov 2016 10:30:05 +0100 Make highlighters work also closes #3 Diffstat:
| M | screencap_iitc.js | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/screencap_iitc.js b/screencap_iitc.js @@ -532,6 +532,7 @@ function main() { window.setTimeout(function() { addTimestamp(getDateTime(0)); file = filepath; + sleep(10000); s(file); }, 3000); }