From 3311ecbe99eb36599ea6b2182a402496b066b635 Mon Sep 17 00:00:00 2001 From: Kirill Vergun Date: Tue, 15 May 2012 17:55:00 +0300 Subject: [PATCH] Now stripping html from column names in columnChooser. --- js/grid.jqueryui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/grid.jqueryui.js b/js/grid.jqueryui.js index 4779b9afc..d64674a1c 100644 --- a/js/grid.jqueryui.js +++ b/js/grid.jqueryui.js @@ -252,7 +252,7 @@ $.jgrid.extend({ } select.append(""); + (this.hidden?"":"selected='selected'")+">"+jQuery.jgrid.stripHtml(colNames[i])+""); }); function call(fn, obj) { if (!fn) { return; }