Project

General

Profile

« Previous | Next » 

Revision 2ef88134

Added by Ohad Levy about 13 years ago

  • ID 2ef88134ded90e30649bcc5e21a4409763cfdc1b

fixes #852 - Open "Support" and "Wiki" Links In New Window

View differences:

public/javascripts/application.js
n = n.next();
}
}
// allow opening new window for selected links
$(function() {
$('a[rel="external"]').click( function() {
window.open( $(this).attr('href') );
return false;
});
});

Also available in: Unified diff