Tarea #701 -> Cambiar imagen de carga de imágenes por otra para fondo negro

git-svn-id: https://192.168.0.254/svn/Proyectos.OriginalHouse_Web/trunk@30 54e8636e-a86c-764f-903d-b964358a1ae2
This commit is contained in:
David Arranz 2011-07-13 18:37:25 +00:00
parent a75ef1ec10
commit 08cae9ebff
3 changed files with 4 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -22,11 +22,14 @@ TABLE OF CONTENTS
-------------------------------------------------------------------------------------*/
jQuery(document).ready(function() {
if ( jQuery( '.tcp_product_thumb a img' ).length ) {
jQuery( '.tcp_product_thumb a img' ).fadeIn("slow");
}
if ( jQuery( '.post a img' ).length ) {
jQuery( '.post a img' ).fadeIn("slow");
}
if ( jQuery( '.tubepress_thumb a img' ).length ) {
jQuery( '.tubepress_thumb a img' ).fadeIn("slow");
}