more refactoring

This commit is contained in:
Sriram Hariharan
2019-08-10 15:19:56 -05:00
parent 5f0fb88dfe
commit 6e60e149c8
6 changed files with 157 additions and 155 deletions

View File

@@ -2,12 +2,12 @@ if ($('html').hasClass('gr__utexas_collegescheduler_com')) {
$.initialize("table.section-detail-grid", function () {
$(this).find('thead>tr').append('<th> Plus</th')
$(this).find('tbody>tr').each(function () {
$(this).append(extensionButton());
$(this).append(Template.extensionButton());
})
});
}
curr_course = {}
$("body").prepend(mainModal());
$("body").prepend(Template.mainModal());
$("body").on('click', '#distButton', function () {
var row = $(this).closest('tr');