Skip to content

Commit

Permalink
Remove Modernizr
Browse files Browse the repository at this point in the history
Modernizr was not invoked, and there was no use of classes on the
<html> element.  Tested Chrome Version 96.0.4664.45 and Firefox 96.0

* delete modernizr.min.js,

* remove from footer.html,

* updated LicenseInformation.txt and renumber.

Signed-off-by: James Cameron <[email protected]>
  • Loading branch information
S-kus authored and quozl committed Jan 26, 2022
1 parent 4dfbf76 commit 9b51bbd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
21 changes: 8 additions & 13 deletions LicenseInformation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,13 @@ This file contains the license information of all the dependencies/libraries use
* Licensed under the MIT license
*/

(4)-------
/* Modernizr 3.6.0 (Custom Build) | MIT & BSD
* Build: https://modernizr.com/download/?applicationcache-audio-backgroundsize-borderimage-borderradius-boxshadow-canvas-canvastext-cssanimations-csscolumns-cssgradients-cssreflections-csstransforms-csstransforms3d-csstransitions-flexbox-fontface-generatedcontent-geolocation-hashchange-history-hsla-indexeddb-inlinesvg-input-inputtypes-localstorage-multiplebgs-opacity-postmessage-rgba-sessionstorage-smil-svg-svgclippaths-textshadow-video-webgl-websockets-websqldatabase-webworkers-addtest-domprefixes-hasevent-mq-prefixed-prefixes-setclasses-testallprops-testprop-teststyles
*/

(5)--------
(4)--------
/*
* Core Owl Carousel CSS File
* v1.3.3
*/

(6)--------
(5)--------
/*
* jQuery OwlCarousel v1.3.3
*
Expand All @@ -41,7 +36,7 @@ This file contains the license information of all the dependencies/libraries use
*
*/

(7)--------
(6)--------
/*!
Ionicons, v2.0.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
Expand All @@ -54,13 +49,13 @@ used under CC BY http://creativecommons.org/licenses/by/4.0/
Modified icons to fit ionicon’s grid from original.
*/

(8)--------
(7)--------
Copyright © 2017 Sugar Labs® available under the Creative Commons Attribution-ShareAlike 4.0 International License(CC-BY-SA).

(9)--------
(8)--------
Website base template:Designed and developed by Themefisher

(10)--------
(9)--------
/*!
* Social Share Kit v1.0.7 (http://socialsharekit.com)
* Copyright 2015 Social Share Kit / Kaspars Sprogis.
Expand All @@ -69,7 +64,7 @@ Website base template:Designed and developed by Themefisher
* ---
*/

(11)--------
(10)--------
// Generated by CoffeeScript 1.6.2
/*
jQuery Waypoints - v2.0.3
Expand All @@ -78,7 +73,7 @@ Dual licensed under the MIT license and GPL license.
https://github.com/imakewebthings/jquery-waypoints/blob/master/licenses.txt
*/

(12)--------
(11)--------
/**!
* MixItUp v2.1.7
*
Expand Down
1 change: 0 additions & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ <h4 class='align-center-md'><a href="https://github.com/sugarlabs/www-sugarlabs"
</div>

<!-- Javascript files -->
<script type="text/javascript" src="{{ site.baseurl }}/js/modernizr.min.js"></script>
<script type="text/javascript" src="{{ site.baseurl }}/js/plugins.js"></script>
<script type="text/javascript" src="{{ site.baseurl }}/js/owl.carousel.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js"></script>
Expand Down
3 changes: 0 additions & 3 deletions js/modernizr.min.js

This file was deleted.

0 comments on commit 9b51bbd

Please sign in to comment.