Added: jquery-jeditable v2.0.17
This commit is contained in:
parent
5abcbb67a7
commit
65122b9532
|
@ -262,6 +262,8 @@ targets.setLastVersion = function (type, version) {
|
||||||
return '1.19.1';
|
return '1.19.1';
|
||||||
} else if (type.startsWith('/jquery-jeditable/1.')) {
|
} else if (type.startsWith('/jquery-jeditable/1.')) {
|
||||||
return '1.8.0';
|
return '1.8.0';
|
||||||
|
} else if (type.startsWith('/jquery-jeditable/2.')) {
|
||||||
|
return '2.0.17';
|
||||||
} else if (type.startsWith('tablesorter/2.')) {
|
} else if (type.startsWith('tablesorter/2.')) {
|
||||||
return '2.31.3';
|
return '2.31.3';
|
||||||
} else if (type.startsWith('/jquery-modal/0.')) {
|
} else if (type.startsWith('/jquery-modal/0.')) {
|
||||||
|
|
|
@ -63,6 +63,7 @@
|
||||||
<li>Updated: hls.js v0.13.2 -> v0.14.6</li>
|
<li>Updated: hls.js v0.13.2 -> v0.14.6</li>
|
||||||
<li>Updated: InstantSearch.js v4.8.1 -> v4.8.5</li>
|
<li>Updated: InstantSearch.js v4.8.1 -> v4.8.5</li>
|
||||||
<li>Updated: jQuery-csv v1.0.9 -> v1.0.11</li>
|
<li>Updated: jQuery-csv v1.0.9 -> v1.0.11</li>
|
||||||
|
<li>Added: jquery-jeditable v2.0.17</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="generator-section">
|
<div id="generator-section">
|
||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue