Skip to content

Commit 8d58b89

Browse files
committed
Select and load placeholder data of the first existing domain
1 parent fd9b893 commit 8d58b89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

interface/web/sites/templates/cron_edit.htm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@
8080
</div></div>
8181

8282
<script language="JavaScript" type="text/javascript">
83+
84+
// Select first domain onLoad
85+
jQuery(document).ready(function() {
86+
jQuery('#parent_domain_id').trigger('change');
87+
});
88+
8389
jQuery('#parent_domain_id').change(function(){
8490
reloadCronPlaceholders();
8591
});

0 commit comments

Comments
 (0)