1
0
mirror of https://github.com/flarum/core.git synced 2025-07-18 23:31:17 +02:00
Files
php-flarum/framework
Alexander Skvortsov c7d496446b Fix handling of non-409 errors in ExtensionsPage
If the error isn't a 409, we'll want to re-throw the error so it'll be handled by the default system (showing an alert).

For simplicity, we can also move 409-handling logic out of setTimeout.

Finally, we adjust the timeout to 300 milliseconds to match the modal transition animation length.
2020-10-09 19:27:07 -04:00
..