bootstrap needs to be included before jQuery UI, otherwise close icon in the dialog will be missing

This commit is contained in:
azivner
2017-09-06 21:41:12 -04:00
parent 7bc322f9a1
commit 16485576c8
2 changed files with 4 additions and 5 deletions

View File

@@ -4,8 +4,6 @@ $(function() {
if (fancyTree.length) {
fancyTree.height($(window).height() - fancyTree.offset().top - 10);
console.log("height: ", $(window).height() - fancyTree.offset().top - 10);
}
const noteEditable = $('div.note-editable');