mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 01:35:54 +00:00
remove ok = confirm() thing
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
function clearArticleAccessKeys() {
|
||||
|
||||
var ok = confirm(__("This will invalidate all previously shared article URLs. Continue?"));
|
||||
|
||||
if (ok) {
|
||||
if (confirm(__("This will invalidate all previously shared article URLs. Continue?"))) {
|
||||
notify_progress("Clearing URLs...");
|
||||
|
||||
var query = "?op=pluginhandler&plugin=share&method=clearArticleKeys";
|
||||
|
||||
Reference in New Issue
Block a user