Subversion Repositories wpShopGermany4

Rev

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

Rev 5912 Rev 5913
Line 209... Line 209...
209
 
209
 
210
			jQuery('.wpsg_mod_export_format').hide();
210
			jQuery('.wpsg_mod_export_format').hide();
211
			jQuery('.wpsg_mod_export_format_' + params.newValue).show();
211
			jQuery('.wpsg_mod_export_format_' + params.newValue).show();
212
 
212
 
213
		} );
213
		} );
-
 
214
        
-
 
215
        jQuery('#name').on('save', function(e, params) {
-
 
216
 
-
 
217
            jQuery('#wpsg_mod_export_profil option[value="<?php echo $this->view['profil']['id']; ?>"]').text(params.newValue);
-
 
218
 
-
 
219
		} );
214
		
220
		
215
	} );
221
	} );
216
 
222
 
217
/* ]]> */</script>
223
/* ]]> */</script>
218
224