mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 18:56:04 +00:00
Piece of shit hidden.
This commit is contained in:
parent
34cc000ef8
commit
d749c1e2c5
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue