lulabad 16 years ago
parent 5a7fd6b4c8
commit e377a1e9a1

@ -246,6 +246,7 @@ public class Blacklist_p {
} }
} }
} }
listManager.reloadBlacklists();
} else if (post.containsKey("addBlacklistEntry")) { } else if (post.containsKey("addBlacklistEntry")) {
@ -261,6 +262,7 @@ public class Blacklist_p {
prop.put("LOCATION", temp); prop.put("LOCATION", temp);
return prop; return prop;
} }
listManager.reloadBlacklists();
} else if (action.equals("moveBlacklistEntry")) { } else if (action.equals("moveBlacklistEntry")) {
@ -297,6 +299,7 @@ public class Blacklist_p {
} }
} }
} }
listManager.reloadBlacklists();
} else if (action.equals("editBlacklistEntry")) { } else if (action.equals("editBlacklistEntry")) {
@ -336,7 +339,7 @@ public class Blacklist_p {
} }
} }
} }
listManager.reloadBlacklists();
prop.putHTML(DISABLED + EDIT + "currentBlacklist", blacklistToUse); prop.putHTML(DISABLED + EDIT + "currentBlacklist", blacklistToUse);
// else return entry to be edited // else return entry to be edited

Loading…
Cancel
Save