1 function clearArticleAccessKeys() {
3 var ok = confirm(__("This will invalidate all previously shared article URLs. Continue?"));
6 notify_progress("Clearing URLs...");
8 var query = "?op=pluginhandler&plugin=share&method=clearArticleKeys";
10 new Ajax.Request("backend.php", {
12 onComplete: function(transport) {
13 notify_info("Shared URLs cleared.");