Aleksander Machniak
2013-05-20 2355045dedc96274ca6b1c29612006e736b6f540
program/js/app.js
@@ -1179,6 +1179,7 @@
      if (typeof cmd === 'string') {
        this.commands[cmd] = enable;
        this.set_button(cmd, (enable ? 'act' : 'pas'));
        this.triggerEvent('enable-command', {command: cmd, status: enable});
      }
      // push array elements into commands array
      else {