Revision b39e67a9
Added by Stephen Beaver over 9 years ago
src/usr/local/www/diag_tables.php | ||
---|---|---|
265 | 265 |
<?php |
266 | 266 |
} |
267 | 267 |
|
268 |
$nosorting = TRUE; |
|
269 |
|
|
270 | 268 |
include("foot.inc"); |
src/usr/local/www/foot.inc | ||
---|---|---|
23 | 23 |
<script src="/bootstrap/js/bootstrap.min.js"></script> |
24 | 24 |
<script src="/jquery/pfSense.js"></script> |
25 | 25 |
<script src="/jquery/pfSenseHelpers.js"></script> |
26 |
<?php |
|
27 |
if (!isset($nosorting)) { |
|
28 |
?> |
|
29 | 26 |
<script src="/sortable/sortable.js"></script> |
30 |
<?php |
|
31 |
} |
|
32 |
?> |
|
27 |
|
|
33 | 28 |
<script type="text/javascript"> |
34 | 29 |
//<![CDATA[ |
35 | 30 |
// Un-hide the "Top of page" icons if the page is larger than the window |
Also available in: Unified diff
Revert change that avoided loading hte sorting lib if not required. The issue turned out to be a browser quirk