1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 08:25:57 +00:00

fix search broken after userDlg -> infoBox transition

This commit is contained in:
Andrew Dolgov
2006-05-18 13:20:51 +01:00
parent c0ae0fdb9a
commit eff4997c1f
4 changed files with 6 additions and 6 deletions

View File

@@ -608,7 +608,7 @@ function removeSelectedFeeds() {
if (sel_rows.length > 0) {
var ok = confirm("Unsubscribe from selected feeds?");
var ok = confirm("Unsubscribe selected feeds?");
if (ok) {