Merge branch '1797-Menú-desplegable-de-gráficas-miniaturizado' into 'develop'

fixed resize in stat_win.php

See merge request artica/pandorafms!1503
This commit is contained in:
slerena 2018-06-25 18:59:09 +02:00
commit 99271a4822
1 changed files with 1 additions and 1 deletions

View File

@ -466,6 +466,6 @@ ui_include_time_picker(true);
});
$(window).resize(function() {
$("#field_list").css('height', ($(window).height() - 160) + 'px');
$("#field_list").css('height', ($(document).height() - 160) + 'px');
});
</script>