]> git.wh0rd.org - tt-rss.git/blobdiff - js/functions.js
mail plugin: use dijit.form.ComboBox to allow random email input instead of only...
[tt-rss.git] / js / functions.js
index 46ab7a584cb2b6b39d52e4c273bf31c0d55c4679..9915e6808542c57f64be2904afec4be69247e686 100644 (file)
@@ -44,13 +44,8 @@ function exception_error(location, e, ext_info) {
 
        try {
 
-               if (ext_info) {
-                       if (ext_info.responseText) {
-                               ext_info = ext_info.responseText;
-                       } else {
-                               ext_info = JSON.stringify(ext_info);
-                       }
-               }
+               if (ext_info)
+                       ext_info = JSON.stringify(ext_info);
 
                try {
                        new Ajax.Request("backend.php", {
@@ -209,6 +204,7 @@ function notify_real(msg, no_hide, n_type) {
                return;
        } else {
                Element.show(n);
+               new Effect.Highlight(n);
        }
 
        /* types: