URL autocomplete now works on newly created attachments too.

This commit is contained in:
Jan Böhmer 2019-10-03 14:17:35 +02:00
parent 4beb3631ab
commit 0fc987f017
3 changed files with 5 additions and 1 deletions

View file

@ -98,5 +98,7 @@
$(".selectpicker").selectpicker();
$(".file").fileinput();
//Reinit typeahead:
$(document).trigger('attachment:create');
}
</script>