Risoluzione di alcuni bug JS

This commit is contained in:
Thomas Zilio 2017-11-15 15:26:54 +01:00
parent 181e18d2fc
commit 555d936ac4
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",