Merge Minor into main #113

Manually merged
niggl merged 416 commits from dev into main 2021-03-26 16:34:56 +00:00
Showing only changes of commit c89caf7855 - Show all commits

View File

@ -70,6 +70,7 @@
.catch((err) => {});
}
function generateSponsoringContract(locale) {
sponsoring_contracts_download_open = false;
const toast = Toastify({
text: $_("generating-pdf"),
duration: -1,
@ -120,7 +121,6 @@
.catch((err) => {
console.error(err);
});
}
</script>
@ -235,14 +235,18 @@
class="block w-full text-left px-4 py-2 text-sm text-gray-700">Select
language</span>
<button
on:click={() =>{generateSponsoringContract("de")}}
on:click={() => {
generateSponsoringContract('de');
}}
type="submit"
class="block w-full text-left px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900 focus:outline-none focus:bg-gray-100 focus:text-gray-900"
role="menuitem">
German
</button>
<button
on:click={() =>{generateSponsoringContract("en")}}
on:click={() => {
generateSponsoringContract('en');
}}
type="submit"
class="block w-full text-left px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900 focus:outline-none focus:bg-gray-100 focus:text-gray-900"
role="menuitem">