comparison app/view/widget/base/FieldSet.js @ 1382:c8827424723b

Fixed fieldset interactions (Ortsangaben)
author Evi Huber <ehuber@bfs.de>
date Thu, 23 Feb 2017 09:55:55 +0100
parents 26019a2273f6
children
comparison
equal deleted inserted replaced
1381:12ffe66a6786 1382:c8827424723b
70 return; 70 return;
71 } 71 }
72 }, 72 },
73 73
74 clearMessages: function() { 74 clearMessages: function() {
75 this.setTitle(this.plainTitle); 75 if (this.plainTitle){
76 this.setTitle(this.plainTitle);
77 }
76 if (this.getEl()) { 78 if (this.getEl()) {
77 this.getEl().dom.style['border-color'] = this.origColor; 79 this.getEl().dom.style['border-color'] = this.origColor;
78 } 80 }
79 } 81 }
80 }); 82 });

http://lada.wald.intevation.org