]> git.wh0rd.org - tt-rss.git/blobdiff - js/prefs.js
use position:fixed for notify
[tt-rss.git] / js / prefs.js
index 287804c6f0e3d2364ad82cb57aa3089b1041ffa3..67a4a378c57c9b1131c7027ebaf7516a1863b908 100644 (file)
@@ -1529,25 +1529,6 @@ function clearFeedAccessKeys() {
        return false;
 }
 
-function clearArticleAccessKeys() {
-
-       var ok = confirm(__("This will invalidate all previously shared article URLs. Continue?"));
-
-       if (ok) {
-               notify_progress("Clearing URLs...");
-
-               var query = "?op=rpc&method=clearArticleKeys";
-
-               new Ajax.Request("backend.php", {
-                       parameters: query,
-                       onComplete: function(transport) {
-                               notify_info("Shared URLs cleared.");
-                       } });
-       }
-
-       return false;
-}
-
 function resetFilterOrder() {
        try {
                notify_progress("Loading, please wait...");