Added: Tooltipster v4.2.8
This commit is contained in:
parent
b4daf8a2fb
commit
4c671c61fa
|
@ -400,6 +400,8 @@ targets.setLastVersion = function (type, version) {
|
|||
return '1.4.7';
|
||||
} else if (type.startsWith('/tooltipster/3.')) {
|
||||
return '3.3.0';
|
||||
} else if (type.startsWith('/tooltipster/4.')) {
|
||||
return '4.2.8';
|
||||
} else if (type.startsWith('/toastr.js/2.')) {
|
||||
return '2.1.4';
|
||||
} else if (type.startsWith('/underscore.js/1.')) {
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<li>Updated: Rickshaw v1.6.6 -> v1.7.1</li>
|
||||
<li>Added: Socket.IO v3.0.1</li>
|
||||
<li>Added: spin.js v3.1.0, v4.1.0</li>
|
||||
<li>Added: Tooltipster v4.2.8</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,4 @@
|
|||
In this directory the file was renamed.
|
||||
|
||||
Original: tooltipster.bundle.min.jsm
|
||||
Now: jquery.tooltipster.min.jsm
|
Loading…
Reference in New Issue