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