bundle jquery and enable animations for metadata page

This commit is contained in:
dkanada 2019-09-12 04:01:53 -07:00
parent 26644c06c4
commit 0aca394e1e
6 changed files with 8 additions and 2635 deletions

View file

@ -241,8 +241,6 @@ define(["datetime", "jQuery", "material-icons"], function (datetime, $) {
$(".libraryTree", page).jstree({
"plugins": ["wholerow"],
core: {
// Disable animations because jQuery slim does not support them
animation: false,
check_callback: true,
data: function (node, callback) {
loadNode(page, this, node, openItems, selectedId, currentUser, callback);