mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Fix avatar upload error
- Set server-side avatar size limit to 72000
This commit is contained in:
parent
bfb0c05e83
commit
ef64b0a654
4 changed files with 7 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
// PWA
|
||||
if ('serviceWorker' in navigator) {
|
||||
window.addEventListener('load', function() {
|
||||
navigator.serviceWorker.register('/pwa-service-worker.js');
|
||||
navigator.serviceWorker.register('./pwa-service-worker.js');
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue