Piece of shit hidden.

This commit is contained in:
Alexey Skobkin 2014-11-24 01:25:46 +04:00
parent 34cc000ef8
commit d749c1e2c5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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",