Delete organisation functionality
This commit is contained in:
@@ -16,4 +16,9 @@ $(document).ready(function() {
|
||||
|
||||
// Bind creation button
|
||||
bindOrganisationCreationButton($("#widget-organisations"));
|
||||
|
||||
// Bind table buttons
|
||||
$("#widget-organisations").on("pagerComplete.ufTable", function () {
|
||||
bindOrganisationButtons($(this));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user