Skip to content

Commit

Permalink
Bug 15471 [QA Followup] - Revert use of raw method which is no longer…
Browse files Browse the repository at this point in the history
… used do to the reversion of bug 13618

Revert "Bug 15471 [QA Followup] - Fix error causing visibility button to not display"

This reverts commit 8e997fb.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
  • Loading branch information
kylemhall committed Feb 29, 2016
1 parent 447b1ea commit 5f5a7ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $(document).ready(function() {
};
$('#holdst thead input').on('change keyup keydown', filterColumn);

var columns_settings = [% ColumnsSettings.GetColumns('circ', 'view_holdsqueue', 'holds-table', 'json').raw %];
var columns_settings = [% ColumnsSettings.GetColumns('circ', 'view_holdsqueue', 'holds-table', 'json') %];
var holdst = KohaTable("#holdst", {
"aaSorting": [[ 3, "asc" ]],
"aoColumns": [
Expand Down

0 comments on commit 5f5a7ff

Please sign in to comment.