took out fade on photos#index, because it only displayed all photos half the time.

This commit is contained in:
danielvincent 2010-11-23 09:44:58 -08:00
parent 356d8ab23b
commit 9d98afb94f
3 changed files with 0 additions and 14 deletions

View file

@ -2,15 +2,6 @@
-# licensed under the Affero General Public License version 3 or later. See -# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file. -# the COPYRIGHT file.
=content_for(:head) do
:javascript
$(document).ready(function(){
$(".image_thumb img").load( function() {
$(this).fadeIn("slow");
});
});
.span-15.last .span-15.last
#thumbnails #thumbnails
- for photo in photos - for photo in photos

View file

@ -27,10 +27,6 @@ $(document).ready(function(){
$("input[type='submit']").addClass("button"); $("input[type='submit']").addClass("button");
$(".image_cycle img").load( function() {
$(this).fadeIn("slow");
});
$("#q").focus( $("#q").focus(
function() { function() {
$(this).addClass('active'); $(this).addClass('active');

View file

@ -1009,7 +1009,6 @@ h1.big_text
:min-height 100px :min-height 100px
img img
:display none
:height 100px :height 100px
:width 100px :width 100px