File tree 4 files changed +2
-11
lines changed
4 files changed +2
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ header h1 {
111
111
padding : 0 ;
112
112
}
113
113
114
- /* #photos li:nth-child(4n+1) {
114
+ # photos li : nth-child (4n+1) {
115
115
clear : left;
116
- }*/
116
+ }
117
117
118
118
# photos li a {
119
119
display : block;
Original file line number Diff line number Diff line change @@ -139,7 +139,6 @@ class="login button">Login →</a>
139
139
140
140
<script src="http://code.jquery.com/jquery-2.0.0.min.js"></script>
141
141
<script src="http://js.pusher.com/2.0/pusher.min.js"></script>
142
- <script src="js/isotope/jquery.isotope.min.js"></script>
143
142
<script>
144
143
145
144
jQuery(function($){
@@ -158,10 +157,6 @@ class="login button">Login →</a>
158
157
photos = $('photos'),
159
158
min_ID = photos.data('next-min-ID');
160
159
161
- photos.isotope({
162
- itemSelector: 'li'
163
- });
164
-
165
160
channel.bind('new-photo', function(data){
166
161
167
162
newcount += data.newcount;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments