Revision d830a7f4
Added by Stephen Beaver over 9 years ago
src/usr/local/www/vpn_ipsec.php | ||
---|---|---|
573 | 573 |
|
574 | 574 |
events.push(function() { |
575 | 575 |
$('[id^=Xmove_]').click(function (event) { |
576 |
// ToDo: We POST shift="yes" if the user has the shift key depressed, but that is not yet used |
|
577 |
// by the $_POST code. It is intended to allow the user to choose to move stuff to the row before or |
|
578 |
// after the clicked anchor icon |
|
579 |
if (event.shiftKey) { |
|
580 |
$('form').append('<input type="hidden" id="shift" name="shift" value="yes" />'); |
|
581 |
} |
|
582 |
|
|
576 | 583 |
$('#' + event.target.id.slice(1)).click(); |
577 | 584 |
}); |
578 | 585 |
|
Also available in: Unified diff
Fixed #6092