From d749c1e2c51259a5f76b1d4a4c86e410375a579d Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Mon, 24 Nov 2014 01:25:46 +0400 Subject: [PATCH] Piece of shit hidden. --- chrome_point_plus/js/point-plus.js | 2 +- chrome_point_plus/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome_point_plus/js/point-plus.js b/chrome_point_plus/js/point-plus.js index 6f1b49b..fe57b71 100644 --- a/chrome_point_plus/js/point-plus.js +++ b/chrome_point_plus/js/point-plus.js @@ -17,7 +17,7 @@ $(document).ready(function() { document.body.appendChild(new_div); $(new_div).attr({ 'data-point-plus-version':getVersion() - }).addClass('point-plus-debug').html('Point+ v' + getVersion() + ' loading...'); + }).addClass('point-plus-debug').html('Point+ v' + getVersion() + ' loading...').hide(); new_div = null; // Loading options diff --git a/chrome_point_plus/manifest.json b/chrome_point_plus/manifest.json index 5b5e7a0..58c27d9 100644 --- a/chrome_point_plus/manifest.json +++ b/chrome_point_plus/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Point+", - "version": "1.15.0", + "version": "1.15.1", "default_locale": "ru", "author": "__MSG_ext_author__", "homepage_url": "https://bitbucket.org/skobkin/chrome_point_plus",