]> git.proxmox.com Git - pve-manager.git/commitdiff
fix notes gear tool
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 25 May 2018 15:27:41 +0000 (17:27 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 25 May 2018 15:30:22 +0000 (17:30 +0200)
me was used before it was defined

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/panel/NotesView.js

index 94408837b119891af09d7ca7c1803027893635f7..23f4b6e916836a6e1ab83f6dc6e15f746ce6be0c 100644 (file)
@@ -57,6 +57,7 @@ Ext.define('PVE.panel.NotesView', {
     tools: [{
        type: 'gear',
        handler: function() {
+           var me = this.up('panel');
            me.run_editor();
        }
     }],