mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
- The library performs a large number of tests to determine if various features are available in the browser. In Debian most tests seem to be present unlike other methods of distribution where users select which tests they want and build a customized library for their app. This leads to increased page load time. - The only functionality we use from Modernizr library are the .js and .no-js classes we use in our CSS styling. Modernizr is not needed by Bootstrap library. We don't use 'Modernizr.' properties in Javascript. - A bug in the test to determine if an <input> element with type="number" allows localization or not causes the page to scroll down to the end. This behavior appeared in version 3.x of modernizr and despite the bug report and the fix, it is not gone. Dropping modernizr fixes this issue. Tests: - The logout link in the header bar is visible only when Javascript is disabled. - The dropdown icons next to header menus only appear when Javascript is enabled. - For each feature detection provided by Modernizr library, search if our project is using that in CSS styling. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
90 lines
3.3 KiB
HTML
90 lines
3.3 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>JavaScript License Information</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>JavaScript Web Labels Table</h1>
|
|
<table id="jslicense-labels1">
|
|
<tbody>
|
|
<tr>
|
|
<td><a href="/javascript/jquery/jquery.min.js">jquery.min.js</a></td>
|
|
<td>
|
|
<a href="http://www.jclark.com/xml/copying.txt">Expat</a>,
|
|
<a href="http://www.gnu.org/licenses/gpl-2.0.html">
|
|
GNU General Public License version 2 or later</a>
|
|
</td>
|
|
<td><a href="https://salsa.debian.org/js-team/jquery.git">
|
|
jquery</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="/javascript/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="https://salsa.debian.org/js-team/twitter-bootstrap3.git">
|
|
twitter-bootstap3</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="/plinth/static/jsxc/jsxc-plinth.js">jsxc-plinth.js</a></td>
|
|
<td>
|
|
<a href="http://www.gnu.org/licenses/agpl-3.0.html">
|
|
GNU Affero General Public License, version 3 or later</a>
|
|
</td>
|
|
<td>
|
|
<a href="https://salsa.debian.org/js-team/jquery-goodies.git">
|
|
jquery-goodies</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="/javascript/jquery-fullscreen/jquery.fullscreen.js">
|
|
jquery.fullscreen.js</a></td>
|
|
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
|
|
<td>
|
|
<a href="https://salsa.debian.org/js-team/jquery-goodies.git">
|
|
jquery-goodies</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="/javascript/jsxc/jsxc.js">jsxc.js</a></td>
|
|
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
|
|
<td>
|
|
<a href="https://alioth-archive.debian.org/git/pkg-javascript/libjs-jsxc.git.tar.xz">
|
|
libjs-jsxc</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="/javascript/jsxc/lib/jsxc.dep.js">jsxc.dep.js</a></td>
|
|
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
|
|
<td>
|
|
<a href="https://alioth-archive.debian.org/git/pkg-javascript/libjs-jsxc.git.tar.xz">
|
|
libjs-jsxc</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="/javascript/jquery-ui/jquery-ui.min.js">
|
|
jqueryui.min.js</a></td>
|
|
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
|
|
<td>
|
|
<a href="https://salsa.debian.org/js-team/jqueryui.git">
|
|
jqueryui</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="/javascript/jquery-slimscroll/jquery.slimscroll.min.js">
|
|
jquery.slimscroll.min.js</a></td>
|
|
<td>
|
|
<a href="http://www.jclark.com/xml/copying.txt">Expat</a>,
|
|
<a href="http://www.gnu.org/licenses/gpl-2.0.html">
|
|
GNU General Public License version 2 or later</a>
|
|
</td>
|
|
<td>
|
|
<a href="https://salsa.debian.org/ruby-team/ruby-rails-assets-jquery.slimscroll.git">
|
|
ruby-rails-assets-jquery.slimscroll</a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|