Skip to content

Commit

Permalink
make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerdietmar committed Jan 14, 2014
1 parent edab516 commit 5be8749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/manager/qemu/HDThrottle.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Ext.define('PVE.qemu.HDThrottle', {

var ipanel = Ext.create('PVE.qemu.HDThrottleInputPanel', {
confid: me.confid,
nodename: nodename,
nodename: nodename
});

var subject;
Expand Down
2 changes: 1 addition & 1 deletion www/manager/qemu/HardwareView.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Ext.define('PVE.qemu.HardwareView', {
handler: run_move
});

var diskthrottle_btn = new PVE.button.Button({
var diskthrottle_btn = new PVE.button.Button({
text: gettext('Disk Throttle'),
selModel: sm,
disabled: true,
Expand Down

0 comments on commit 5be8749

Please sign in to comment.