From 0aa4e8c8861bdebe2c9319fd46efd623d5ef53f6 Mon Sep 17 00:00:00 2001 From: Nokita Kaze Date: Sat, 27 Dec 2014 20:34:58 +0300 Subject: [PATCH] =?UTF-8?q?*=20=D0=9D=D0=B5=20=D1=81=D1=82=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=D1=81=D1=8F=20=D1=85=D0=B8=D0=BD=D1=82=20=D1=83=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5?= =?UTF-8?q?=D0=BB=D0=B5=D0=B9=20=D1=81=20=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B8=D0=BC=D0=B8=20=D0=B1=D1=83=D0=BA=D0=B2=D0=B0=D0=BC=D0=B8?= =?UTF-8?q?=20=D0=B2=20=D0=BD=D0=B8=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chrome_point_plus/js/point-plus.js | 3 +-- chrome_point_plus/manifest.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/chrome_point_plus/js/point-plus.js b/chrome_point_plus/js/point-plus.js index b610fd5..220ef97 100644 --- a/chrome_point_plus/js/point-plus.js +++ b/chrome_point_plus/js/point-plus.js @@ -1120,7 +1120,6 @@ function hints_draw_main_user_hint(items) { // Превращаем сырой текст в нормальный, обёрнутый в p function hints_raw_text_to_html(text) { - // @todo проверить как работает text = text .replace('&', "&") .replace('<', "<") @@ -1139,7 +1138,7 @@ function hints_set_titles_on_users(items) { return; } - var n = href.match(new RegExp('^https?\\://([0-9a-z-]+)\\.point\\.im/$')); + var n = href.match(new RegExp('^https?\\://([0-9a-z-]+)\\.point\\.im/$', 'i')); if (n == null) { return; } diff --git a/chrome_point_plus/manifest.json b/chrome_point_plus/manifest.json index bda5e8d..31a06c3 100644 --- a/chrome_point_plus/manifest.json +++ b/chrome_point_plus/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Point+", - "version": "1.18.0", + "version": "1.18.1", "default_locale": "ru", "author": "__MSG_ext_author__", "homepage_url": "https://bitbucket.org/skobkin/chrome_point_plus",