pull/3054/head
Andrew Bauer 2020-09-26 13:55:56 -05:00
parent 0c4fcbbe97
commit 112003f9de
1 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,7 @@ function addNewControl(el) {
// Manage the Edit Control button
function editControl(el) {
var selection = getIdSelections();
url = el.getAttribute('data-url');
window.location.assign(url+selection);
}
@ -65,7 +65,6 @@ function manageDelConfirmModalBtns() {
}
function initPage() {
// enable or disable buttons based on current selection and user rights
table.on('check.bs.table uncheck.bs.table ' +
'check-all.bs.table uncheck-all.bs.table',