Index: lams_gradebook/web/includes/jsp/jqGridIncludes.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_gradebook/web/includes/jsp/jqGridIncludes.jsp,v diff -u -r1.5 -r1.6 --- lams_gradebook/web/includes/jsp/jqGridIncludes.jsp 29 Sep 2012 13:56:58 -0000 1.5 +++ lams_gradebook/web/includes/jsp/jqGridIncludes.jsp 28 Oct 2013 14:28:01 -0000 1.6 @@ -66,7 +66,7 @@ }; // setcolumns module - $.jgrid.col ={ + $.jgrid.col = { caption: "", bSubmit: "", bCancel: "" @@ -163,8 +163,7 @@ return strTagStrippedText; } - function trim(str) - { + function trim(str) { str = str.replace(/^\s+|\s+$/g, ''); return str; }