|
@@ -1761,6 +1761,11 @@ $(document).ready(function () {
|
|
|
resizeFieldsList();
|
|
resizeFieldsList();
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
|
|
+
|
|
|
|
|
+ $("#addFacetDemiModal").on("hidden", function () {
|
|
|
|
|
+ addFacetDemiModalFieldCancel();
|
|
|
|
|
+ });
|
|
|
|
|
+
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
function toggleGridFieldsSelection() {
|
|
function toggleGridFieldsSelection() {
|