CC-6137 - datatables is the devil

This commit is contained in:
Duncan Sommerville 2015-09-10 16:47:36 -04:00
parent 3586845549
commit 2d2ed25fcc
6 changed files with 70 additions and 37 deletions

View file

@ -690,7 +690,7 @@ function setAddShowEvents(form) {
data: '',
type: 'DELETE',
success: function() {
$("#add_show_logo_current").prop("src", "")
$("#add_show_logo_current").prop("src", "");
$("[id^=add_show_logo_current]").hide();
}
});