Commit c53d86d6 by cahrens

Remove unreferenced code.

parent 7ed8a3b8
...@@ -456,16 +456,6 @@ function setVisibility(e) { ...@@ -456,16 +456,6 @@ function setVisibility(e) {
$(e.target).closest('.option').addClass('checked'); $(e.target).closest('.option').addClass('checked');
} }
function editComponent(e) {
e.preventDefault();
$(this).closest('.xmodule_edit').addClass('editing').find('.component-editor').slideDown(150);
}
function closeComponentEditor(e) {
e.preventDefault();
$(this).closest('.xmodule_edit').removeClass('editing').find('.component-editor').slideUp(150);
}
function showDateSetter(e) { function showDateSetter(e) {
e.preventDefault(); e.preventDefault();
var $block = $(this).closest('.due-date-input'); var $block = $(this).closest('.due-date-input');
...@@ -494,7 +484,7 @@ function hideAlert(e) { ...@@ -494,7 +484,7 @@ function hideAlert(e) {
$(this).closest('.wrapper-alert').removeClass('is-shown'); $(this).closest('.wrapper-alert').removeClass('is-shown');
} }
function addNewSection(e, isTemplate) { function addNewSection(e) {
e.preventDefault(); e.preventDefault();
$(e.target).addClass('disabled'); $(e.target).addClass('disabled');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment