We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608abc7 commit 39ac5bcCopy full SHA for 39ac5bc
resources/views/studio/edit-link.blade.php
@@ -135,7 +135,7 @@ function submitFormWithParam(paramValue) {
135
function LoadLinkTypeParams($TypeId, $LinkId) {
136
var baseURL = <?php echo "\"" . url('') . "\""; ?>;
137
$("#link_params").html('<div class="spinner-border text-primary" role="status"><span class="visually-hidden">Loading...</span></div>').load(baseURL + `/studio/linkparamform_part/${$TypeId}/${$LinkId}`);
138
-
+ setTimeout(function() { document.dispatchEvent(new Event('contentLoaded')); }, 300);
139
}
140
});
141
</script>
0 commit comments