mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
412fda10fd
When refactoring the playground to use es-modules, a script that loads owl as a non-module was forgotten in the head of the page and causes an error in the console, as the script is not declared as type="module" despite being an es-module. This script is also useless as owl is loaded by being imported by the counter component in the page. The importmap has also been moved to the head because of a bug in firefox where importmaps can fail to be taken into account if they are after a script that is not of type="module", see: https://bugzilla.mozilla.org/show_bug.cgi?id=1833371 Closes #1436
Github page and playground
This folder contains the code for owl's github page and the owl playground. If you're looking for the owl documentation, click here