Skip to content

Commit c040355

Browse files
author
jlengstorf
committed
Removed Isotope. Decided this demo should avoid pre-baked code for demo purposes.
1 parent e96e5d3 commit c040355

File tree

4 files changed

+2
-11
lines changed

4 files changed

+2
-11
lines changed

.gitmodules

-3
This file was deleted.

css/master.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ header h1 {
111111
padding: 0;
112112
}
113113

114-
/*#photos li:nth-child(4n+1) {
114+
#photos li:nth-child(4n+1) {
115115
clear: left;
116-
}*/
116+
}
117117

118118
#photos li a {
119119
display: block;

index.php

-5
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ class="login button">Login &rarr;</a>
139139

140140
<script src="http://code.jquery.com/jquery-2.0.0.min.js"></script>
141141
<script src="http://js.pusher.com/2.0/pusher.min.js"></script>
142-
<script src="js/isotope/jquery.isotope.min.js"></script>
143142
<script>
144143

145144
jQuery(function($){
@@ -158,10 +157,6 @@ class="login button">Login &rarr;</a>
158157
photos = $('photos'),
159158
min_ID = photos.data('next-min-ID');
160159

161-
photos.isotope({
162-
itemSelector: 'li'
163-
});
164-
165160
channel.bind('new-photo', function(data){
166161

167162
newcount += data.newcount;

js/isotope

-1
This file was deleted.

0 commit comments

Comments
 (0)