Index: /views/produkt/addedit.phtml
===================================================================
--- /views/produkt/addedit.phtml	(revision 7516)
+++ /views/produkt/addedit.phtml	(revision 7517)
@@ -91,5 +91,5 @@
 			    
 			jQuery('#wpsg_product_tabs a.list-group-item').bind('click', function() {
-	
+	        
 				jQuery('#wpsg_product_tabs a').removeClass('active');
 				jQuery('.wpsg_product_tab_content').hide();
@@ -97,9 +97,21 @@
 				jQuery(this).addClass('active');
 				jQuery('#' + jQuery(this).attr('wpsg-data-target')).show();
-
+                
 				jQuery.cookie('wpsg_product_addedit_tab', jQuery(this).attr('wpsg-data-target'));
 				jQuery(this).blur();				
 				
 			} );
+            
+			//Anzahl aktive ermitteln
+			//alert( jQuery('#wpsg_product_tabs a.list-group-item.active').length );
+			
+			//Erstes anklicken
+			//jQuery('#wpsg_product_tabs a.list-group-item').first().click();
+            
+		    if (jQuery('#wpsg_product_tabs a.list-group-item.active').length < 1) { 
+		    	
+				jQuery('#wpsg_product_tabs a.list-group-item').first().click();
+
+			}
 
 		} );		
