Skip to content

Commit

Permalink
Publishing 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytomov committed Apr 10, 2012
1 parent f3f7c57 commit 1209794
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/grid.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
// @compilation_level SIMPLE_OPTIMIZATIONS

/**
* @license jqGrid 4.3.1 - jQuery Grid
* @license jqGrid 4.3.2 - jQuery Grid
* Copyright (c) 2008, Tony Tomov, tony@trirand.com
* Dual licensed under the MIT and GPL licenses
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl-2.0.html
* Date: 2011-12-20
* Date: 2011-04-10
*/
//jsHint options
/*global document, window, jQuery, DOMParser, ActiveXObject, $, alert */
Expand All @@ -16,7 +16,7 @@
"use strict";
$.jgrid = $.jgrid || {};
$.extend($.jgrid,{
version : "4.3.1",
version : "4.3.3",
htmlDecode : function(value){
if(value && (value==' ' || value==' ' || (value.length===1 && value.charCodeAt(0)===160))) { return "";}
return !value ? value : String(value).replace(/&gt;/g, ">").replace(/&lt;/g, "<").replace(/&quot;/g, '"').replace(/&amp;/g, "&");
Expand Down

0 comments on commit 1209794

Please sign in to comment.