diff options
Diffstat (limited to 'chrome-get-urls-from-tabs-in-windows.js')
| -rw-r--r-- | chrome-get-urls-from-tabs-in-windows.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome-get-urls-from-tabs-in-windows.js b/chrome-get-urls-from-tabs-in-windows.js index 100c784..7d0faad 100644 --- a/chrome-get-urls-from-tabs-in-windows.js +++ b/chrome-get-urls-from-tabs-in-windows.js @@ -90,7 +90,7 @@ generate_filename = function(callback) { + '-' + ('0' + d.getHours()).slice(-2) + 'h' - + d.getMinutes(); + + ('0' + d.getMinutes()).slice(-2); var file_extension = ''; |
