Skip to content

Commit

Permalink
SAK-32280: Deleting h1 does not remove it from the page (sakaiproject…
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaswilson100 authored and buckett committed Mar 8, 2017
1 parent 708b4d5 commit 2da076d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
reportSuccess(value);
} else if(key === 'sectionToRemove') {
// remove section from page
$(value).parent().remove();
$(value).closest("li[id*='link']").remove();
} else if (key === 'secondsBetweenSaveciteRefreshes') {
citations_new_resource.secondsBetweenSaveciteRefreshes = value;
} else if ($.isArray(value)) {
Expand Down

0 comments on commit 2da076d

Please sign in to comment.