Subversion Repositories wpShopGermany4

Rev

Rev 6319 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6319 Rev 8410
Line 16... Line 16...
16
				'product_index': template_index
16
				'product_index': template_index
17
			},
17
			},
18
			'success': function(data) {
18
			'success': function(data) {
19
		 
19
		 
20
				jQuery('#wpsg_produktform_' + template_index).replaceWith(data);
20
				jQuery('#wpsg_produktform_' + template_index).replaceWith(data);
-
 
21
				if (typeof refreshFsLightbox === 'function') refreshFsLightbox();
21
				
22
				
22
			}
23
			}
23
		} );
24
		} );
24
        
25
        
25
    } // function wpsg_mod_productvariants_reload(event)
26
    } // function wpsg_mod_productvariants_reload(event)
26
27