1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 08:11:34 +00:00

rework email article dialog

This commit is contained in:
Andrew Dolgov
2010-11-20 23:45:31 +03:00
parent 6080730067
commit 186068077b
4 changed files with 71 additions and 76 deletions

View File

@@ -1027,6 +1027,8 @@ function validatePrefsReset() {
function pref_hotkey_handler(e) {
try {
if (dijit.getEnclosingWidget(e.target)) return;
var keycode;
var shift_key = false;