Simple forum software for building great communities.
Go to file
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
framework/core Fix handling of non-409 errors in ExtensionsPage 2020-10-09 19:27:07 -04:00