vendor/assets/javascripts/i18n/grid.locale-lt.js in jqgrid-jquery-rails-4.3.1.0 vs vendor/assets/javascripts/i18n/grid.locale-lt.js in jqgrid-jquery-rails-4.3.2.0

- old
+ new

@@ -5,11 +5,12 @@ * http://aur1mas.devnet.lt * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ -$.jgrid = { +$.jgrid = $.jgrid || {}; +$.extend($.jgrid,{ defaults : { recordtext: "Peržiūrima {0} - {1} iš {2}", emptyrecords: "Įrašų nėra", loadtext: "Kraunama...", pgtext : "Puslapis {0} iš {1}" @@ -122,7 +123,7 @@ showAction: '', target: '', checkbox : {disabled:true}, idName : 'id' } -}; +}); })(jQuery);