Subversion Repositories wpShopGermany4

Rev

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

Rev 5439 Rev 5488
Line 17... Line 17...
17
 
17
 
18
	var wpsg_Tablefix = function(e, ui) {
18
	var wpsg_Tablefix = function(e, ui) {
19
		
19
		
20
		ui.children().each(function() {
20
		ui.children().each(function() {
21
			
21
			
-
 
22
			jQuery(this).find('td').each(function() {
-
 
23
				
-
 
24
				jQuery(this).width(jQuery(this).width());
-
 
25
				
-
 
26
			} );
-
 
27
			
22
			jQuery(this).width(jQuery(this).width());
28
			jQuery(this).width(jQuery(this).width());
23
			
29
			
24
		} );
30
		} );
25
		
31
		
26
		return ui;
32
		return ui;