Subversion Repositories wpShopGermany4

Rev

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

Rev 7560 Rev 7754
Line 81... Line 81...
81
		jQuery('.wpsg_innereu').bind('click', function() {
81
		jQuery('.wpsg_innereu').bind('click', function() {
82
 
82
 
83
			var checked = "0"; if (jQuery(this).prop("checked")) checked = "1";
83
			var checked = "0"; if (jQuery(this).prop("checked")) checked = "1";
84
 
84
 
85
			jQuery.ajax( {
85
			jQuery.ajax( {
-
 
86
				url: '<?php
-
 
87
 
86
				url: '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&subaction=vz&do=inlinedit&noheader=1',
88
                    echo html_entity_decode(wp_nonce_url(WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Admin&subaction=vz&do=inlinedit&noheader=1', 'wpsg-admin-versandzonen-inline_edit-'.$vz['id']));
-
 
89
 
-
 
90
                ?>',
87
				data: {
91
				data: {
88
					field: 'innereu',
92
					field: 'innereu',
89
					vz_id: jQuery(this).attr("id").substr(8),
93
					vz_id: jQuery(this).attr("id").substr(8),
90
					value: checked					
94
					value: checked					
91
				}
95
				}