Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed debug code from previous commit.
  • Loading branch information
workhorsy committed Jul 12, 2017
1 parent 376fd26 commit 784dcb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/version_date.js
@@ -1 +1 @@
function getVersionDate() { return "July 12, 2017 - 09:45:06"; }
function getVersionDate() { return "July 12, 2017 - 10:42:16"; }
2 changes: 1 addition & 1 deletion main.js
Expand Up @@ -3,7 +3,7 @@
// http://github.com/workhorsy/comic_book_reader
"use strict";

const g_use_service_worker = false;//true;
const g_use_service_worker = true;
let g_is_terminated = false;
let g_file_name = null;
let g_image_index = 0;
Expand Down

0 comments on commit 784dcb4

Please sign in to comment.