diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-11-17 14:17:08 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-11-17 14:17:08 +0100 |
| commit | fd22d8c08bec6e336957a03db03ce0b6a0603fc9 (patch) | |
| tree | 6a5bed8f86df301f399bdf3ab148c55c12e161f0 /htroot/jslicense.html | |
| parent | 0806de8fdcb9ac23db5d021fcf7d1dc8853343e2 (diff) | |
Upgraded Bootstrap to 3.3.7 and upgraded its related js dependencies.
Upgraded the following JavaScript libraries dependencies :
- bootstrap-switch to 3.3.2
- html5shiv to 3.7.3 and switched to minified version
- typeahead to 0.10.5
- jQuery to 1.12.4
Removed unused bootstratp-rtl.css and bootstrap-rtl.min.css.
Tested non regressions on the following systems :
- Debian Jessie :
- Firefox 45.4.0
- MS Windows 10 :
- Chrome 54.0.2840.99
- Firefox 50.0
- Edge
- Emulated IE 11, 10 and 9
Diffstat (limited to 'htroot/jslicense.html')
| -rwxr-xr-x | htroot/jslicense.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/htroot/jslicense.html b/htroot/jslicense.html index aab19cfef..a3957e628 100755 --- a/htroot/jslicense.html +++ b/htroot/jslicense.html @@ -16,22 +16,22 @@ <tr>
<td><a href="env/bootstrap/js/jquery.min.js">jquery.min.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
- <td><a href="https://code.jquery.com/jquery-1.11.0.js">jquery-1.11.0.js</a></td>
+ <td><a href="env/bootstrap/js/jquery.js">jquery.js</a> (1.12.4)</td>
</tr>
<tr>
<td><a href="env/bootstrap/js/bootstrap.min.js">bootstrap.min.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
- <td><a href="env/bootstrap/js/bootstrap.js">bootstrap.js</a> (3.3.6)</td>
+ <td><a href="env/bootstrap/js/bootstrap.js">bootstrap.js</a> (3.3.7)</td>
</tr>
<tr>
<td><a href="env/bootstrap/js/bootstrap-switch.min.js">bootstrap-switch.min.js</a></td>
<td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache-2.0</a></td>
- <td><a href="env/bootstrap/js/bootstrap-switch.js">bootstrap-switch.js</a> (3.0.0)</td>
+ <td><a href="env/bootstrap/js/bootstrap-switch.js">bootstrap-switch.js</a> (3.3.2)</td>
</tr>
<tr>
- <td><a href="env/bootstrap/js/html5shiv.js">html5shiv.js</a></td>
+ <td><a href="env/bootstrap/js/html5shiv.min.js">html5shiv.min.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
- <td><a href="https://raw.githubusercontent.com/aFarkas/html5shiv/3.7.0/src/html5shiv.js">html5shiv.js</a> (3.7.0)</td>
+ <td><a href="env/bootstrap/js/html5shiv.js">html5shiv.js</a> (3.7.3)</td>
</tr>
<tr>
<td><a href="env/bootstrap/js/respond.min.js">respond.min.js</a></td>
@@ -41,7 +41,7 @@ <tr>
<td><a href="env/bootstrap/js/typeahead.jquery.min.js">typeahead.jquery.min.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
- <td><a href="https://github.com/twitter/typeahead.js/blob/v0.10.2/dist/typeahead.jquery.js">typeahead.jquery.js</a> (0.10.2)</td>
+ <td><a href="env/bootstrap/js/typeahead.jquery.js">typeahead.jquery.js</a> (0.10.5)</td>
</tr>
<tr>
<td><a href="jquery/flexigrid/js/flexigrid.pack.js">flexigrid.pack.js</a></td>
|
