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:
@@ -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
|
||||
|
Reference in New Issue
Block a user