Project

General

Profile

« Previous | Next » 

Revision c436f25d

Added by Amos Benari over 10 years ago

fixes #4019 Compute Resource -> New Image renders on Compute Profiles tab

View differences:

app/assets/javascripts/two-pane.js
});
$(document).on('click', "#title_action a[href$='new']", function(e) {
if ($('.table-two-pane').length) {
if ($('.table-two-pane').length && $(this).data('target') != 'full-page') {
e.preventDefault();
two_pane_open(this);
}

Also available in: Unified diff