[WebUI] Update compressed js

This commit is contained in:
Calum Lind 2014-07-09 19:37:08 +01:00
parent 0338fc6f2d
commit 74aa924625
2 changed files with 2 additions and 2 deletions

View File

@ -9154,7 +9154,7 @@ Deluge.Toolbar = Ext.extend(Ext.Toolbar, {
this.on('rowcontextmenu', function(grid, rowIndex, e) {
e.stopEvent();
var selection = grid.getSelectionModel();
if (!selection.hasSelection()) {
if (!selection.isSelected(rowIndex)) {
selection.selectRow(rowIndex);
}
deluge.menus.torrent.showAt(e.getPoint());

File diff suppressed because one or more lines are too long