diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-01-26 08:07:18 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-01-26 08:07:18 +0100 |
| commit | 19ded366c260c87c42b924c4c54d36691832bad4 (patch) | |
| tree | dd1ed943b38ad1627ce86ad4ba8103bde58533d0 /prefs.js | |
| parent | 69c0d7598042b3f3d3e75f1a1c1da6016e0d2d34 (diff) | |
fix broken feed editor (is_private handling)
Diffstat (limited to 'prefs.js')
| -rw-r--r-- | prefs.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |