]> git.wh0rd.org - tt-rss.git/blobdiff - js/tt-rss.js
implement mail plugin using mailto: links; deprecate mail plugin
[tt-rss.git] / js / tt-rss.js
index 357e07780c0df0bea3c48e1d1a63477224d1da00..a8552d17373e57b0cccfda5ae53951a86c002985 100644 (file)
@@ -670,6 +670,8 @@ function hotkey_handler(e) {
                case "email_article":
                        if (typeof emailArticle != "undefined") {
                                emailArticle();
+                       } else if (typeof mailtoArticle != "undefined") {
+                               mailtoArticle();
                        } else {
                                alert(__("Please enable mail plugin first."));
                        }