Possible VeraAlerts incompatibility with AltUI

From my post in the AltUI forum [url=http://forum.micasaverde.com/index.php/topic,52306.0.html]http://forum.micasaverde.com/index.php/topic,52306.0.html[/url], I cannot seem to close the VeraAlerts config window when using it from AltUI. It was suggested to look in the JavaScript log, and indeed I found an error:

Use of getPreventDefault() is deprecated. Use defaultPrevented instead. jquery-1.9.1.min.js:3:31293 Source map error: request failed with status 404 Resource URL: https://vortex.accuweather.com/adc2010/oap/javascript/jquery-1.9.1.min.js Source Map URL: jquery.min.map

The altUI author mentioned it might have to do with the JQuery version:

Altui is using latest jquery 3.2.1 maybe veraalert uses older version and something is failing, you should see an error

Thanks
-Ted

looking at this it seems more a bootstrap use issue of the “modal” class. ALTUI is using bootstrap4 and the HTML layout to respect is a bit different
the panel.modal(‘hide’) seems to fail for some reason without any error

cf Modal · Bootstrap