Project

General

Profile

« Previous | Next » 

Revision 3f768eba

Added by Ori Rabin over 9 years ago

Fixes #8970 - fixed second click on two-pane link

View differences:

app/assets/javascripts/two-pane.js
}
}
$(document).on('click', ".table-two-pane td[class$='display-two-pane'] a", function(e) {
$(document).on('click', ".table-two-pane .display-two-pane a", function(e) {
if ($('.table-two-pane').length) {
e.preventDefault();
two_pane_open(this);

Also available in: Unified diff