Mercurial > lada > lada-client
comparison app/view/widget/base/FieldSet.js @ 721:36c2cd8d6c54
accidently pushed debugger statement... it is getting late...
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 15 Apr 2015 18:41:08 +0200 |
parents | c2a6f7caa71b |
children | 777bf66dbb11 |
comparison
equal
deleted
inserted
replaced
720:c2a6f7caa71b | 721:36c2cd8d6c54 |
---|---|
54 if (!this.tooltip) { | 54 if (!this.tooltip) { |
55 Ext.create('Ext.tip.ToolTip', { | 55 Ext.create('Ext.tip.ToolTip', { |
56 target: Ext.get(imgId), | 56 target: Ext.get(imgId), |
57 html: warningText | 57 html: warningText |
58 }); | 58 }); |
59 debugger; | |
60 } | 59 } |
61 else { | 60 else { |
62 tooltip.html = warningText; | 61 tooltip.html = warningText; |
63 } | 62 } |
64 } | 63 } |