diff --git a/.version b/.version index 44517d5..fe04e7f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.0.19 +0.0.20 diff --git a/builds/current/0-0-19.zip b/builds/current/0-0-20.zip similarity index 90% rename from builds/current/0-0-19.zip rename to builds/current/0-0-20.zip index e963152..815d2e3 100644 Binary files a/builds/current/0-0-19.zip and b/builds/current/0-0-20.zip differ diff --git a/html/interface-sample.html b/html/interface-sample.html index 8e157ce..22abafe 100644 --- a/html/interface-sample.html +++ b/html/interface-sample.html @@ -8,7 +8,7 @@
loading...
diff --git a/html/popup/templates/options.html b/html/popup/templates/options.html index 720c061..519fafe 100644 --- a/html/popup/templates/options.html +++ b/html/popup/templates/options.html @@ -1,6 +1,6 @@ diff --git a/js/content/injections/interceptor_build.js b/js/content/injections/interceptor_build.js index cb20f76..a650396 100644 --- a/js/content/injections/interceptor_build.js +++ b/js/content/injections/interceptor_build.js @@ -5,8 +5,8 @@ injections_controller(function() { * * The non-minified version for the code below is available at: * - * - https://github.com/gbaptista/luminous/blob/0.0.19/js/content/interceptor.js - * - https://github.com/gbaptista/luminous/blob/0.0.19/js/content/interceptors/ + * - https://github.com/gbaptista/luminous/blob/0.0.20/js/content/interceptor.js + * - https://github.com/gbaptista/luminous/blob/0.0.20/js/content/interceptors/ * */ var content = 'UGLIFYJS_RESULT'; diff --git a/js/settings/reports/charts.js b/js/settings/reports/charts.js index 31fbc79..99c1f4e 100644 --- a/js/settings/reports/charts.js +++ b/js/settings/reports/charts.js @@ -3,9 +3,15 @@ $(document).ready(function() { var db = create_luminous_db(); - db.open().then(function() { - var complete_loads = 0; + var complete_loads = 0; + + setTimeout(function() { + if(complete_loads < 2) { + alert('Reports loading failed! db.isOpen(): ' + db.isOpen()); + } + }, 1000); + db.open().then(function() { var is_loaded = function() { complete_loads += 1; diff --git a/manifest.json b/manifest.json index 1539f49..0227556 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "__MSG_manifestName__", "short_name": "Luminous", "description": "__MSG_manifestDescription__", - "version": "0.0.19", + "version": "0.0.20", "author": "Guilherme Baptista", "developer": { "name": "Guilherme Baptista",