summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/foot.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-02-17 17:32:51 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-02-17 17:33:55 -0500
commitc6c187f3d8f0ac83d230e58c3c3863b2be567d1a (patch)
tree2a42ca6b7b33ec6fc8f66e799b1fae7355120923 /src/usr/local/www/foot.inc
parent987712e851daa17aea839b8d243f10dd5da003f9 (diff)
downloadpfsense-c6c187f3d8f0ac83d230e58c3c3863b2be567d1a.zip
pfsense-c6c187f3d8f0ac83d230e58c3c3863b2be567d1a.tar.gz
Workaround to prevent the sortable library from being loaded on very large tables.
Diffstat (limited to 'src/usr/local/www/foot.inc')
-rw-r--r--src/usr/local/www/foot.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/local/www/foot.inc b/src/usr/local/www/foot.inc
index 081cfca..1a6f6d1 100644
--- a/src/usr/local/www/foot.inc
+++ b/src/usr/local/www/foot.inc
@@ -23,7 +23,13 @@
<script src="/bootstrap/js/bootstrap.min.js"></script>
<script src="/jquery/pfSense.js"></script>
<script src="/jquery/pfSenseHelpers.js"></script>
+<?php
+ if (!isset($nosorting)) {
+?>
<script src="/sortable/sortable.js"></script>
+<?php
+ }
+?>
<script type="text/javascript">
//<![CDATA[
// Un-hide the "Top of page" icons if the page is larger than the window
OpenPOWER on IntegriCloud