Update architect-ui, bootstrap, javascript and css
This commit is contained in:
2
public/js/app.js
vendored
2
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
69
public/js/architect.min.js
vendored
69
public/js/architect.min.js
vendored
File diff suppressed because one or more lines are too long
6
public/js/custom.js
vendored
6
public/js/custom.js
vendored
@@ -27,6 +27,10 @@ $(document).ready(function() {
|
||||
autoCollapse: true, // Automatically collapse all siblings, when a node is expanded.
|
||||
autoScroll: true, // Automatically scroll nodes into visible area.
|
||||
focusOnSelect: true, // Set focus when node is checked by a mouse click
|
||||
glyph: {
|
||||
preset: 'bootstrap3', // @todo look at changing this to awesome5
|
||||
map: {}
|
||||
},
|
||||
click: function(event,data) {
|
||||
if (data.targetType == 'title') {
|
||||
$.ajax({
|
||||
@@ -78,4 +82,4 @@ $(document).ready(function() {
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user