Subversion Repositories wpShopGermany4

Rev

Rev 6557 | Rev 7400 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6557 Rev 7131
Line 245... Line 245...
245
    function samplefile_success(data)
245
    function samplefile_success(data)
246
    {
246
    {
247
        
247
        
248
        jQuery('#wpsg_mod_export_fields').html(data);
248
        jQuery('#wpsg_mod_export_fields').html(data);
249
        jQuery('#samplefile').val('');
249
        jQuery('#samplefile').val('');
-
 
250
 
-
 
251
        jQuery('#wpsg_mod_export_profil_tab .nav-tabs a[href="#tab2"]').tab('show');
250
        
252
        
251
    }
253
    }
252
    
254
    
253
    jQuery(document).ready(function() {
255
    jQuery(document).ready(function() {
254
		        
256