From: Bill Erickson Date: Wed, 28 Mar 2012 13:30:22 +0000 (-0400) Subject: grid column picker cleanup X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3d5fbc4a76519672b46ad8f06c636a649e0cd953;p=evergreen%2Fequinox.git grid column picker cleanup Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/web/js/dojo/openils/widget/GridColumnPicker.js b/Open-ILS/web/js/dojo/openils/widget/GridColumnPicker.js index 00b5824bd4..46e8ae1668 100644 --- a/Open-ILS/web/js/dojo/openils/widget/GridColumnPicker.js +++ b/Open-ILS/web/js/dojo/openils/widget/GridColumnPicker.js @@ -53,7 +53,7 @@ if(!dojo._hasResource["openils.widget.GridColumnPicker"]) { }, // determine the visible sorting from the - // view and update structure cells to match + // view and update our list of cells to match refreshCells : function() { var cells = this.cells; this.cells = [];