summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/js/pfSense.js
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-09-14 16:18:26 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-09-14 16:18:26 -0400
commit176b8f789e9dffb068ba96898edc9dec778b82b8 (patch)
treea3607763bd69a0bcecdd88d6f84be3741dc87a7c /src/usr/local/www/js/pfSense.js
parent1c402413913bab1938b967283b315adca364a23b (diff)
parent0ae266afd3a2130398855ec2a5eddb71631defd0 (diff)
downloadpfsense-176b8f789e9dffb068ba96898edc9dec778b82b8.zip
pfsense-176b8f789e9dffb068ba96898edc9dec778b82b8.tar.gz
Merge branch 'master' of git.pfmechanics.com:pfsense/pfsense
Diffstat (limited to 'src/usr/local/www/js/pfSense.js')
-rw-r--r--src/usr/local/www/js/pfSense.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/local/www/js/pfSense.js b/src/usr/local/www/js/pfSense.js
index 2098dbe..8047d51 100644
--- a/src/usr/local/www/js/pfSense.js
+++ b/src/usr/local/www/js/pfSense.js
@@ -2,7 +2,7 @@
* pfSense.js
*
* part of pfSense (https://www.pfsense.org)
- * Copyright (c) 2004-2016 Electric Sheep Fencing, LLC
+ * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -234,6 +234,11 @@ $(function() {
// Focus first input
$(':input:enabled:visible:first').focus();
+ $(".resizable").each(function() {
+ $(this).css('height', 80).resizable({minHeight: 80, minWidth: 200}).parent().css('padding-bottom', 0);
+ $(this).css('height', 78);
+ });
+
// Run in-page defined events
while (func = window.events.shift())
func();
OpenPOWER on IntegriCloud