Skip to content

Commit 02e11ad

Browse files
author
Brandon Green
committed
Fix indentation
1 parent 97069cd commit 02e11ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ecosystem/ecosystem.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ <h1>
124124
//Randomize Ecosystem cards on page reload
125125
$.fn.randomize = function(ecosystemCards) {
126126
(ecosystemCards ? this.find(ecosystemCards) : this).parent().each(function() {
127-
$(this).children(ecosystemCards).sort(function() {
128-
return Math.random() - 0.5;
129-
}).detach().appendTo(this);
127+
$(this).children(ecosystemCards).sort(function() {
128+
return Math.random() - 0.5;
129+
}).detach().appendTo(this);
130130
});
131131
return this;
132132
};

0 commit comments

Comments
 (0)