Disable refreshing on window resize when $no_refresh is set.

This commit is contained in:
Tony Murray
2016-09-20 09:21:46 -05:00
parent 7ad946f85d
commit e0cc8dfb48
3 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
<?php
$details_visible = var_export($vars['format'] == 'list_detail', 1);
$errors_visible = var_export($vars['format'] == 'list_detail' || $vars['errors'], 1);
$no_refresh = true;
if ($vars['errors']) {
$error_sort = ' data-order="desc"';