From a620fb954c30e6695763c80c1acad1e6115683f3 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sat, 15 Nov 2014 04:49:51 +0400 Subject: [PATCH] - Notifications enabled in Opera - Fixed version number - @NokitaKaze added to authors list --- chrome_point_plus/js/options.js | 8 +++----- chrome_point_plus/manifest.json | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) 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",