diff options
author | Mark Wells <mark@freeside.biz> | 2014-11-21 16:32:37 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-11-21 16:33:40 -0800 |
commit | a3b7282fda1955c41e97b619ba4e27af39e8afaf (patch) | |
tree | aa32560393e1776d38ffb4e898d69992b2646a72 /httemplate/misc | |
parent | 173ef24d37ae35594f2cafdca50673657ce1c455 (diff) |
fix several UI nits in FCC 477 report configuration, #24047
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/part_pkg_fcc_options.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/misc/part_pkg_fcc_options.html b/httemplate/misc/part_pkg_fcc_options.html index 27b45e003..0db4e2503 100644 --- a/httemplate/misc/part_pkg_fcc_options.html +++ b/httemplate/misc/part_pkg_fcc_options.html @@ -156,8 +156,7 @@ function save_changes() { } parent_input.value = JSON.stringify(data); // update the display - parent.show_fcc_options(parent_input.id); - parent.cClick(); //overlib + parent.finish_edit_fcc(parent_input.id); } function enable_fieldset(fieldset_id) { |