justinhunt / moodle-atto_generico

An Atto Companion for the Generico Filter
7 stars 3 forks source link

Tab & TabItems depends on filter/poodll #2

Closed nadavkav closed 7 years ago

nadavkav commented 7 years ago

Trying to use Tabs & TabItem presets, I was gently "asked" by the Chrome js console to install filter/poodll :wink:

See error: "http://our-moodle-site/filter/poodll/3rdparty/jqueryui/jquery-ui.min.css Failed to load resource: the server responded with a status of 404 (Not Found)"

Workaround: Install filter/poodll Workaround 2: copy filter/poodll/3rdparty/jqueryui/jquery-ui.min.css info filter/generico and update preset.

justinhunt commented 7 years ago

This should be fixed in the latest commit https://github.com/justinhunt/moodle-atto_generico/commit/75cb713ab86e786ce9632fa9a4dcc99f08283f0f and will be in Moodle.org in a few minutes) I used a CDN to fetch the libs. For templates that makes them shareable.

nadavkav commented 7 years ago

Sweet :smile: