diff --git a/cms/static/js/base.js b/cms/static/js/base.js index 4140beb2da..51d358d0eb 100644 --- a/cms/static/js/base.js +++ b/cms/static/js/base.js @@ -225,7 +225,6 @@ function toggleSections(e) { function editSectionPublishDate(e) { e.preventDefault(); $modal = $('.edit-subsection-publish-settings').show(); - $modal = $('.edit-subsection-publish-settings').show(); $modal.attr('data-id', $(this).attr('data-id')); $modal.find('.start-date').val($(this).attr('data-date')); $modal.find('.start-time').val($(this).attr('data-time')); diff --git a/cms/templates/widgets/source-edit.html b/cms/templates/widgets/source-edit.html index c7460c9cf7..883190d6b3 100644 --- a/cms/templates/widgets/source-edit.html +++ b/cms/templates/widgets/source-edit.html @@ -12,7 +12,7 @@