diff options
author | Aleksandr Charkov <aleksandr.charkov@riseup.net> | 2016-01-26 12:20:34 +0200 |
---|---|---|
committer | Aleksandr Charkov <aleksandr.charkov@riseup.net> | 2016-01-26 12:20:34 +0200 |
commit | 06f76f21210645a06d686f80b0f8067f926a9eaa (patch) | |
tree | 023efc06309fafec93721d8714956dbc80db1e50 | |
parent | 5ed80e2a6e10255a98cd3dad4380f1c28014968e (diff) | |
download | jtable-06f76f21210645a06d686f80b0f8067f926a9eaa.zip jtable-06f76f21210645a06d686f80b0f8067f926a9eaa.tar.gz jtable-06f76f21210645a06d686f80b0f8067f926a9eaa.tar.bz2 |
Remove comments
-rw-r--r-- | lib/localization/jquery.jtable.lt.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/localization/jquery.jtable.lt.js b/lib/localization/jquery.jtable.lt.js index 86ea77a..6635c50 100644 --- a/lib/localization/jquery.jtable.lt.js +++ b/lib/localization/jquery.jtable.lt.js @@ -23,8 +23,8 @@ pagingInfo: '{0}-{1} iš {2}', canNotDeletedRecords: 'Nepavyko pašalinti {0} iš {1} įrašų!', deleteProggress: 'Šalinamas {0} iš {1} įrašų, prašome palaukti...', - pageSizeChangeLabel: 'Eilutės', //New. Must be localized. - gotoPageLabel: 'Į puslapį' //New. Must be localized. + pageSizeChangeLabel: 'Eilutės', + gotoPageLabel: 'Į puslapį' }); })(jQuery); |