1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

Bootstrap upgraded to v5.1.1

This commit is contained in:
Cameron
2021-09-13 18:05:35 -07:00
parent 5860d23882
commit 48ace946f4
4 changed files with 64 additions and 12 deletions

View File

@@ -239,9 +239,18 @@ class e_jsmanager
}
else // Front-End.
{
e107::library('load', 'jquery');
// jQuery Once is used in e107.behaviors.
e107::library('load', 'jquery.once');
if(defset('e_DEBUG_JQUERY') === 3)
{
e107::library('load', 'cdn.jquery3');
}
else
{
e107::library('load', 'jquery');
// jQuery Once is used in e107.behaviors.
e107::library('load', 'jquery.once');
}
}
// TODO