Skip to content

Commit b8d8e7c

Browse files
committed
fix(frontend): prevent double request of the same message when clicking a row via the message list page
1 parent 23054c8 commit b8d8e7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/core/site.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,6 @@ function Message_List() {
11171117
while (target[0].tagName != 'TR') { target = target.parent(); }
11181118
var el = $('input[type=checkbox]', target);
11191119
if (!shift && !ctrl) {
1120-
navigate($('.subject a', target).prop('href'));
11211120
return false;
11221121
}
11231122
else {

0 commit comments

Comments
 (0)