mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 01:19:52 +00:00
ui: panel/NotesView: eslint fixes
Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
This commit is contained in:
parent
202298c10b
commit
193df2f373
@ -15,8 +15,8 @@ Ext.define('PVE.panel.NotesView', {
|
||||
{
|
||||
text: gettext('Edit'),
|
||||
handler: function() {
|
||||
var me = this.up('panel');
|
||||
me.run_editor();
|
||||
let view = this.up('panel');
|
||||
view.run_editor();
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -70,8 +70,8 @@ Ext.define('PVE.panel.NotesView', {
|
||||
tools: [{
|
||||
type: 'gear',
|
||||
handler: function() {
|
||||
var me = this.up('panel');
|
||||
me.run_editor();
|
||||
let view = this.up('panel');
|
||||
view.run_editor();
|
||||
},
|
||||
}],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user