Skip to content

Commit a2fe0ea

Browse files
committed
Remove BOMs from JS and CSS files
1 parent f126c49 commit a2fe0ea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

javascripts/cards.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(document).ready(function () {
1+
$(document).ready(function () {
22
$('div[data-card-user]').each(function (i, element) {
33
var $cardDiv = $(element);
44
$.ajax('https://api.github.com/users/' + $cardDiv.data('card-user')).done(function (userData) {

javascripts/style-helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(document).ready(function () {
1+
$(document).ready(function () {
22
// Make <dl>s more visually separated
33
$('dl').addClass('dl-horizontal');
44
$('#markdown-toc').wrap('<div class="well pull-right" />');

stylesheets/bootstrap-extensions.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#brand-logo {
1+
#brand-logo {
22
height: calc(100% + 8px);
33
margin-top: -4px;
44
}

stylesheets/infrastructure-utils.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#search-input {
1+
#search-input {
22
width: 130px;
33
}
44

0 commit comments

Comments
 (0)