diff --git a/chrome_point_plus/js/options.js b/chrome_point_plus/js/options.js
index ea2b6ab..dd7d271 100644
--- a/chrome_point_plus/js/options.js
+++ b/chrome_point_plus/js/options.js
@@ -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 @skobkin-ru';
+ document.getElementById('pp-version').innerHTML = 'Point+ ' + getVersion()
+ + ' by @skobkin-ru\n\
+ & @NokitaKaze';
});
diff --git a/chrome_point_plus/manifest.json b/chrome_point_plus/manifest.json
index cb32808..80098b0 100644
--- a/chrome_point_plus/manifest.json
+++ b/chrome_point_plus/manifest.json
@@ -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",