1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 18:25:55 +00:00

refactor tags dialog

This commit is contained in:
Andrew Dolgov
2010-11-23 13:26:02 +03:00
parent 8cd576a12a
commit 8386f8614b
6 changed files with 62 additions and 144 deletions

View File

@@ -636,7 +636,7 @@ function rescoreCurrentFeed() {
function hotkey_handler(e) {
try {
if (e.target.nodeName == "INPUT") return;
if (e.target.nodeName == "INPUT" || e.target.nodeName == "TEXTAREA") return;
var keycode;
var shift_key = false;