Skip to content

Commit 9a2cda4

Browse files
committed
Select operation by hash bug fixed
1 parent 105a422 commit 9a2cda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/ethplorer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,10 +323,10 @@ Ethplorer = {
323323
var idx = parseInt(hash);
324324
var el = $('[data-op-idx=' + idx + ']');
325325
if(el.length){
326-
el.removeClass('selectable');
327326
$('.multiop .blue').addClass('selectable');
328327
$('.multiop .blue').removeClass('blue');
329328
el.addClass('blue');
329+
el.removeClass('selectable');
330330
Ethplorer.showOpDetails(txData.tx, txData.operations[idx]);
331331
}
332332
}

0 commit comments

Comments
 (0)