We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9b893 commit 8d58b89Copy full SHA for 8d58b89
1 file changed
interface/web/sites/templates/cron_edit.htm
@@ -80,6 +80,12 @@
80
</div></div>
81
82
<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
89
jQuery('#parent_domain_id').change(function(){
90
reloadCronPlaceholders();
91
});
0 commit comments