Skip to content

Commit

Permalink
Remove modernizr and some unused related classes. It hasn't been
Browse files Browse the repository at this point in the history
needed since [afdf505] removed its usage.  If someone needs IE8 support
a rebuilt modernizr with html5shiv would be necessary then.
  • Loading branch information
brondsem committed Jul 21, 2016
1 parent 845953d commit e579432
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion .eslintignore-es5
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Allura/allura/public/nf/js/build
Allura/allura/public/nf/js/*.compiled.js
Allura/allura/public/nf/js/*.min.js
Allura/allura/public/nf/js/jquery*
Allura/allura/public/nf/js/modernizr.js
Allura/allura/public/nf/js/react*
Allura/allura/public/nf/js/sylvester.js
Allura/allura/public/nf/js/underscore-min.js
3 changes: 0 additions & 3 deletions Allura/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,6 @@ For details, see allura/public/nf/css/blueprint/
Sylvester, which is available under the MIT license.
For details, see allura/public/nf/js/sylvester.js

Modernizr, which is available under the MIT license.
For details, see allura/public/nf/js/modernizr.js

React.js, which is available under the BSD license.
For details, see:
allura/public/nf/js/react-dom.js
Expand Down
10 changes: 0 additions & 10 deletions Allura/allura/nf/allura/css/site_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -800,10 +800,6 @@ input, textarea, select {
border: 1px solid #aaaaaa;
}

html.no-boxshadow input, html.no-boxshadow textarea, html.no-boxshadow select {
border: 1px solid #aaaaaa;
}

input[type=radio] {
border: none !important;
}
Expand Down Expand Up @@ -2171,12 +2167,6 @@ a.sidebar-disabled:focus {
color: #666666;
}

.no-cssgradients #top_nav {
border-top: 1px solid #aaaaaa;
border-left: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
}

#content_base {
overflow: hidden;
*zoom: 1;
Expand Down
4 changes: 0 additions & 4 deletions Allura/allura/public/nf/js/modernizr.js

This file was deleted.

1 change: 0 additions & 1 deletion Allura/allura/templates/jinja_master/master.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
{% do g.register_forge_js('js/jquery-base.js', location='head_js') %}
{% do g.register_forge_js('js/jquery.notify.js') %}
{% do g.register_forge_js('js/jquery.tooltipster.js') %}
{% do g.register_forge_js('js/modernizr.js') %}
{% do g.register_forge_js('js/sylvester.js') %}
{% do g.register_forge_js('js/twemoji.min.js') %}
{% do g.register_forge_js('js/pb.transformie.min.js') %}
Expand Down
3 changes: 0 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,6 @@ For details, see Allura/allura/public/nf/css/blueprint/
Sylvester, which is available under the MIT license.
For details, see Allura/allura/public/nf/js/sylvester.js

Modernizr, which is available under the MIT license.
For details, see Allura/allura/public/nf/js/modernizr.js

React.js, which is available under the BSD license.
For details, see:
Allura/allura/public/nf/js/react-dom.js
Expand Down
1 change: 0 additions & 1 deletion rat-excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Allura/allura/public/nf/js/jquery.maxlength.min.js
Allura/allura/public/nf/js/jquery.tablesorter.js
Allura/allura/public/nf/js/jquery.tooltipster.js
Allura/allura/public/nf/js/jquery.viewport.js
Allura/allura/public/nf/js/modernizr.js
Allura/allura/public/nf/js/pb.transformie.min.js
Allura/allura/public/nf/js/react.min.js
Allura/allura/public/nf/js/react-dom.js
Expand Down

0 comments on commit e579432

Please sign in to comment.