Mercurial > lada > lada-client
diff app/view/About.js @ 431:2375e7247523
Merged with @
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 08 Nov 2013 12:47:19 +0100 |
parents | f9bb1ecf6462 |
children | 759828c533f5 |
line wrap: on
line diff
--- a/app/view/About.js Fri Nov 08 12:46:36 2013 +0100 +++ b/app/view/About.js Fri Nov 08 12:47:19 2013 +0100 @@ -22,13 +22,13 @@ { text: 'Abbrechen', scope: this, - handler: this.close, + handler: this.close } ]; this.items = [ { html: "<h1>Lada</h1>Server version: " + sver + "<br>Client version: " + cver } ]; this.callParent(); - }, + } });