Skip to content

Commit 057afa7

Browse files
committed
remove from general functions
1 parent eb043bc commit 057afa7

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

assets/js/script.js

-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
jQuery(function($) {
2-
function equalHeight(group) {
3-
var tallest = 0;
4-
group.each(function() {
5-
var thisHeight = $(this).height();
6-
if(thisHeight > tallest) {
7-
tallest = thisHeight;
8-
}
9-
});
10-
group.height(tallest);
11-
}
12-
equalHeight($(".equalheight"))
13-
});
141
jQuery(document).ready(function($){
152
var equalHeight = function(group) {
163
var tallest = 0;

0 commit comments

Comments
 (0)