Add the ability to select a template when adding an incident.

This commit is contained in:
Data-Kiss
2019-10-09 19:56:14 +01:00
parent 212d807653
commit 4b5ee6668f
11 changed files with 154 additions and 108 deletions

View File

@@ -186,7 +186,7 @@ $(function () {
});
// Incident management
/*$('select[name=template]').on('change', function () {
$('select[name=template]').on('change', function () {
var $this = $(this).find('option:selected'),
slug = $this.val();
@@ -208,7 +208,7 @@ $(function () {
}
});
}
});*/
});
// Banner removal JS
$('#remove-banner').on('click', function (){