Remove JavaScript debugger statement
This commit is contained in:

committed by
Sebastian Serth

parent
7a1330323c
commit
d6c4df1bac
@ -158,7 +158,6 @@ $(document).on('turbolinks:load', function () {
|
||||
}
|
||||
|
||||
const getParents = function (jstree, node_id) {
|
||||
debugger;
|
||||
if (node_id === '#') {
|
||||
return ['#'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user