If jQuery is called on a maintenance page, the core version of jQuery loads, rather than the version included in the jQuery update module. Ideally, the version of jQuery included in the module would always load.
If jQuery is called on a maintenance page, the core version of jQuery loads, rather than the version included in the jQuery update module. Ideally, the version of jQuery included in the module would always load.
Comments
Comment #1
mfer commentedUnder what circumstances is this happening? When the database is offline?
Comment #2
aaronp commentedCorrect. It's happening when the database is offline.
Comment #3
aaronp commentedComment #4
mfer commentedWhen the database is offline drupal does not know what modules are enabled. This means the jquery update module is unable to affect changes.