Fix error in displaying JStree and revert new default for FactoryBot
This commit is contained in:
@@ -29,3 +29,7 @@ $.fn.replaceWithPush = function(a) {
|
||||
this.replaceWith($a);
|
||||
return $a;
|
||||
};
|
||||
|
||||
// Disable the use of web workers for JStree due to JS error
|
||||
// See https://github.com/vakata/jstree/issues/1717 for details
|
||||
$.jstree.defaults.core.worker = false;
|
||||
|
Reference in New Issue
Block a user