Subversion Repositories wpShopGermany4

Rev

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

Rev 7486 Rev 8010
Line 107... Line 107...
107
		tab_obj.find('.tabcontent').hide();
107
		tab_obj.find('.tabcontent').hide();
108
		tab_obj.find('.tab').removeClass('akttab');
108
		tab_obj.find('.tab').removeClass('akttab');
109
		
109
		
110
		var aktTab = 1;
110
		var aktTab = 1;
111
		
111
		
-
 
112
		if (options.aktTab) aktTab = options.aktTab; 
-
 
113
		
112
		if (jQuery.cookie(options['cookiename']) != null && jQuery.cookie(options['cookiename']) > 0)
114
		if (jQuery.cookie(options['cookiename']) != null && jQuery.cookie(options['cookiename']) > 0)
113
		{
115
		{
114
			aktTab = jQuery.cookie(options['cookiename']);
116
			aktTab = jQuery.cookie(options['cookiename']);
115
		}
117
		}
116
		
118