1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 21:35:56 +00:00

fix broken feed editor (is_private handling)

This commit is contained in:
Andrew Dolgov
2006-01-26 08:07:18 +01:00
parent 69c0d75980
commit 19ded366c2
2 changed files with 2 additions and 2 deletions

View File

@@ -699,7 +699,7 @@ function feedEditSave() {
var purge_intl = document.getElementById("iedit_purgintl").value;
var fcat = document.getElementById("iedit_fcat");
var is_pvt = document.getElementById("iedit_is_pvt");
var is_pvt = document.getElementById("iedit_private");
if (is_pvt) {
is_pvt = is_pvt.checked;