adds jquery to populate routeSettings form

This commit is contained in:
soneill
2020-09-04 00:21:28 +12:00
parent 450fc640f0
commit 6ba67a02af

View File

@@ -26,7 +26,7 @@
$('#form_endpoints_bubble').prop('checked', false);
}
if('{{routeSettings.wormholesSizeMin}}' !== ''){
$('#pf-route-dialog-size-select').val('{{routeSettings.wormholesSizeMin}}').change();
$('#pf-route-dialog-size-select').val('{{routeSettings.wormholesSizeMin}}').change();
}
})
</script>