Skip to content

Commit

Permalink
Adding 4.5.1.0 just for jQuery plugins repository. There is no other …
Browse files Browse the repository at this point in the history
…change.
  • Loading branch information
tonytomov committed May 21, 2013
1 parent 321a9f0 commit d41f569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jqGrid.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"grouping",
"searching"
],
"version": "4.5.1",
"version": "4.5.1.0",
"author": {
"name": "Tony Tomov",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion js/grid.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"use strict";
$.jgrid = $.jgrid || {};
$.extend($.jgrid,{
version : "4.5.1",
version : "4.5.1.0",
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 d41f569

Please sign in to comment.