LP#1570091: webstaff: make the vandelay page taller
authorMike Rylander <mrylander@gmail.com>
Fri, 4 Mar 2016 17:34:27 +0000 (12:34 -0500)
committerBill Erickson <berickxx@gmail.com>
Wed, 20 Apr 2016 14:51:32 +0000 (10:51 -0400)
... to support extra-large queue inspection interfaces

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/web/js/ui/default/staff/services/eframe.js

index 6aa377c..ac54bd5 100644 (file)
@@ -115,7 +115,7 @@ angular.module('egCoreMod')
                         // HACK! for vandelay
                         if (!e) {
                             e = $scope.iframe.contentWindow.document.getElementById('vl-body-wrapper');
-                            extra = 50;
+                            extra = 10000;
                         }
 
                         if (!e) {