frio - provide a template for invite page

This commit is contained in:
rabuzarus 2018-04-24 17:33:48 +02:00
parent 1f48373c51
commit ac753e3320
7 changed files with 42 additions and 30 deletions

View file

@ -207,6 +207,10 @@ function addToModal(url) {
//Get first element with the class "heading"
//and use it as title.
loadModalTitle();
// We need to initialize autosize again for new
// modal conent.
autosize($('.modal .text-autosize'));
}
});
}