Mercurial > lada > lada-client
comparison app/view/About.js @ 395:bcc7546c6366
Set client and server version.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 30 Aug 2013 13:05:11 +0200 |
parents | 9591ca90d58d |
children | f9bb1ecf6462 |
comparison
equal
deleted
inserted
replaced
394:6fa3b50949c9 | 395:bcc7546c6366 |
---|---|
14 autoScroll: true, | 14 autoScroll: true, |
15 modal: true, | 15 modal: true, |
16 layout: "fit", | 16 layout: "fit", |
17 | 17 |
18 initComponent: function() { | 18 initComponent: function() { |
19 var sver = "0.4 (rev. 345)"; | 19 var sver = "0.4 (rev. 348)"; |
20 var cver = "0.4 (rev. 388)"; | 20 var cver = "0.4 (rev. 394)"; |
21 this.buttons = [ | 21 this.buttons = [ |
22 { | 22 { |
23 text: 'Abbrechen', | 23 text: 'Abbrechen', |
24 scope: this, | 24 scope: this, |
25 handler: this.close, | 25 handler: this.close, |