- Notifications enabled in Opera

- Fixed version number
- @NokitaKaze added to authors list
This commit is contained in:
Alexey Skobkin 2014-11-15 04:49:51 +04:00
parent ab4abe7337
commit a620fb954c
2 changed files with 4 additions and 6 deletions

View file

@ -166,10 +166,6 @@ function pp_restore_options() {
document.getElementById('option-ws-comments-color-fadeout').checked = true; document.getElementById('option-ws-comments-color-fadeout').checked = true;
} }
// Comments desktop notifications // 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) { if (options.option_ws_comments_notifications == true) {
document.getElementById('option-ws-comments-notifications').checked = true; document.getElementById('option-ws-comments-notifications').checked = true;
} }
@ -213,7 +209,9 @@ function pp_restore_options() {
// Showing version // 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>';
}); });

View file

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Point+", "name": "Point+",
"version": "1.8.1", "version": "1.9.0",
"author": "Alexey Skobkin", "author": "Alexey Skobkin",
"homepage_url": "https://bitbucket.org/skobkin/chrome_point_plus", "homepage_url": "https://bitbucket.org/skobkin/chrome_point_plus",
"description": "More features for point.im", "description": "More features for point.im",