This commit is contained in:
Luca 2017-11-15 18:12:42 +01:00
commit db4b1969c7
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ $(document).ready(function () {
});
}
//if this isn't a link, prevent the page from being redirected
if (checkElement.is('.treeview-menu') && $(event.target).is('.pull-right-container')) {
if (checkElement.is('.treeview-menu') && $(e.target).is('.pull-right-container')) {
e.preventDefault();
}
});

View File

@ -54,7 +54,7 @@
"moment": "^2.18.1",
"numeral": "^2.0.6",
"parsleyjs": "^2.7.2",
"select2": "^4.0.3",
"select2": "4.0.3",
"select2-bootstrap-theme": "^0.1.0-beta.10",
"signature_pad": "^2.1.1",
"smartwizard": "^4.2.2",