Skip to content
Snippets Groups Projects
Commit d303763d authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Automatically check radio when new addressbook fields get focus.

parent e72a57f5
No related branches found
No related tags found
No related merge requests found
<div id="selectaddressbook_dialog" title="<?php echo $l->t("Select Address Books"); ?>">
<script type="text/javascript">
$(document).ready(function() {
$('input.name,input.desc').on('focus', function(e) {
$('#book_new').prop('checked', true);
});
});
</script>
<form>
<table style="width: 100%">
<?php foreach($_['addressbooks'] as $idx => $addressbook) { ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment