fix comma dangle
... Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
		@ -30,7 +30,7 @@ Ext.define('PBS.DataStoreEdit', {
 | 
				
			|||||||
	listeners: {
 | 
						listeners: {
 | 
				
			||||||
	    tabchange: function(tb, newCard) {
 | 
						    tabchange: function(tb, newCard) {
 | 
				
			||||||
	        Ext.GlobalEvents.fireEvent('proxmoxShowHelp', newCard.onlineHelp);
 | 
						        Ext.GlobalEvents.fireEvent('proxmoxShowHelp', newCard.onlineHelp);
 | 
				
			||||||
	    }
 | 
						    },
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	items: [
 | 
						items: [
 | 
				
			||||||
	    {
 | 
						    {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user