took out fade on photos#index, because it only displayed all photos half the time.
This commit is contained in:
parent
356d8ab23b
commit
9d98afb94f
3 changed files with 0 additions and 14 deletions
|
|
@ -2,15 +2,6 @@
|
|||
-# licensed under the Affero General Public License version 3 or later. See
|
||||
-# the COPYRIGHT file.
|
||||
|
||||
|
||||
=content_for(:head) do
|
||||
:javascript
|
||||
$(document).ready(function(){
|
||||
$(".image_thumb img").load( function() {
|
||||
$(this).fadeIn("slow");
|
||||
});
|
||||
});
|
||||
|
||||
.span-15.last
|
||||
#thumbnails
|
||||
- for photo in photos
|
||||
|
|
|
|||
|
|
@ -27,10 +27,6 @@ $(document).ready(function(){
|
|||
|
||||
$("input[type='submit']").addClass("button");
|
||||
|
||||
$(".image_cycle img").load( function() {
|
||||
$(this).fadeIn("slow");
|
||||
});
|
||||
|
||||
$("#q").focus(
|
||||
function() {
|
||||
$(this).addClass('active');
|
||||
|
|
|
|||
|
|
@ -1009,7 +1009,6 @@ h1.big_text
|
|||
:min-height 100px
|
||||
|
||||
img
|
||||
:display none
|
||||
:height 100px
|
||||
:width 100px
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue