Commit ddcb44523f56366748ae4d4de0134bf007075299

Authored by Elena.Budnik
1 parent 33fb4c30

no toolbar if About

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/app/controllers/AboutModule.js
... ... @@ -46,7 +46,7 @@ Ext.define('amdaDesktop.AboutModule',
46 46 constrainHeader:true
47 47 });
48 48  
49   - if (specialInfo) {
  49 + if (specialInfo && this.file != 'about') {
50 50 win.add({ xtype: 'toolbar',
51 51 items: [ {
52 52 text: 'AMDA\'s ABCs',
... ...