ui: fix typo in comment
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
		@ -33,7 +33,7 @@ Ext.define('PBS.form.CalendarEvent', {
 | 
			
		||||
    config: {
 | 
			
		||||
	deleteEmpty: true,
 | 
			
		||||
    },
 | 
			
		||||
    // overide framework function to implement deleteEmpty behaviour
 | 
			
		||||
    // override framework function to implement deleteEmpty behaviour
 | 
			
		||||
    getSubmitData: function() {
 | 
			
		||||
	let me = this, data = null;
 | 
			
		||||
	if (!me.disabled && me.submitValue) {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user