-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
2.6
I just updated to the lastest weekly build on Master. Now, none of the JavaScript works on any page.
In the Console I see
Uncaught TypeError: Cannot read property 'theme_bootstrapbase' of undefined javascript.php?theme=clean&rev=-1&type=footer:4
That is the line of code:
YUI().use('moodle-theme_bootstrapbase-bootstrap', function(Y) {
|
Y.Moodle.theme_bootstrapbase.bootstrap.init();
|
});
|
Looking for where that should be defined, I see that
.../theme/yui_combo.php?moodle/-1/moodle-theme_bootstrapbase-bootstrap/moodle-theme_bootstrapbase-bootstrap-debug.js
is being loaded (with a 200 HTTP code), but all that file conains is
|
// Incorrect moodle module inclusion. Not enough component information in moodle/-1/moodle-theme_bootstrapbase-bootstrap/moodle-theme_bootstrapbase-bootstrap-debug.js.
|
- duplicates
-
MDL-40889 apply 304 minifier fix to js too
-
- Closed
-
- has a non-specific relationship to
-
MDL-40887 import latest minify
-
- Closed
-
-
MDL-40569 it seems that CSS minifier sometimes returns empty result without any exception or status error
-
- Closed
-
- has been marked as being related by
-
MDL-40995 rework minify integration
-
- Closed
-