From baa13078701d97274b9352a18a601e905d93f5a0 Mon Sep 17 00:00:00 2001 From: Michael Price Date: Sun, 11 Mar 2018 05:19:38 -0400 Subject: [PATCH] Resize elements with the class .full-height after loading via AJAX. Signed-off-by: Michael Price --- mayan/apps/appearance/static/appearance/js/base.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mayan/apps/appearance/static/appearance/js/base.js b/mayan/apps/appearance/static/appearance/js/base.js index 79c7a7468c..21bb1705c8 100644 --- a/mayan/apps/appearance/static/appearance/js/base.js +++ b/mayan/apps/appearance/static/appearance/js/base.js @@ -21,6 +21,7 @@ var afterBaseLoad = function () { app.setupItemsSelector(); app.setupNewWindowAnchor(); app.setupTableSelector(); + app.resizeFullHeight(); app.setupSelect2(); app.setupScrollView(); }