Resize elements with the class .full-height after loading via AJAX.

Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
Michael Price
2018-03-11 05:19:38 -04:00
committed by Roberto Rosario
parent fb565aeb2a
commit baa1307870

View File

@@ -21,6 +21,7 @@ var afterBaseLoad = function () {
app.setupItemsSelector();
app.setupNewWindowAnchor();
app.setupTableSelector();
app.resizeFullHeight();
app.setupSelect2();
app.setupScrollView();
}