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:
parent
a75ef1ec10
commit
08cae9ebff
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 |
@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user