From 185e6320daa0a2e493f95a66abef265899b80d65 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sun, 10 Dec 2017 17:06:15 +0000 Subject: [PATCH] Test code Former-commit-id: 9dcfb830e475f5ce366108c6f85d4cc543c86394 [formerly d397d603bcbd293d6fbe862247d1fb166f8d9a3e] Former-commit-id: 8c7de9fc555d83e901cecfad9b1d722f5a46cb4b --- www/js/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/js/app.js b/www/js/app.js index 8d0f18c9..56843543 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -672,6 +672,7 @@ define(['jquery', 'zimArchiveLoader', 'util', 'uiUtil', 'cookies', 'abstractFile //@TODO - this is initialization code, and should be in init.js (withoug jQuery) $('input:radio[name=cssInjectionMode]').filter('[value="' + params.cssSource + '"]').prop('checked', true); //Code below triggers display of modal info box if app is run for the first time, or it has been upgraded to new version + //var test = cookies.getItem('version'); if (cookies.getItem('version') != params.version) { firstRun = true; $('#myModal').modal({ backdrop: "static" });