mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 18:56:04 +00:00
- Notifications enabled in Opera
- Fixed version number - @NokitaKaze added to authors list
This commit is contained in:
parent
ab4abe7337
commit
a620fb954c
|
@ -166,10 +166,6 @@ function pp_restore_options() {
|
|||
document.getElementById('option-ws-comments-color-fadeout').checked = true;
|
||||
}
|
||||
// Comments desktop notifications
|
||||
// Disabling for Opera
|
||||
if (/OPR/.test(navigator.userAgent)) {
|
||||
document.getElementById('option-ws-comments-notifications').setAttribute('disabled', 'disabled');
|
||||
}
|
||||
if (options.option_ws_comments_notifications == true) {
|
||||
document.getElementById('option-ws-comments-notifications').checked = true;
|
||||
}
|
||||
|
@ -213,7 +209,9 @@ function pp_restore_options() {
|
|||
|
||||
|
||||
// Showing version
|
||||
document.getElementById('pp-version').innerHTML = 'Point+ ' + getVersion() + ' by <a href="http://skobkin-ru.point.im/" target="_blank">@skobkin-ru</a>';
|
||||
document.getElementById('pp-version').innerHTML = 'Point+ ' + getVersion()
|
||||
+ ' by <a href="https://skobkin-ru.point.im/" target="_blank">@skobkin-ru</a>\n\
|
||||
& <a href="https://nokitakaze.point.im/" target="_blank">@NokitaKaze</a>';
|
||||
});
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Point+",
|
||||
"version": "1.8.1",
|
||||
"version": "1.9.0",
|
||||
"author": "Alexey Skobkin",
|
||||
"homepage_url": "https://bitbucket.org/skobkin/chrome_point_plus",
|
||||
"description": "More features for point.im",
|
||||
|
|
Loading…
Reference in a new issue