mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Load Signup JS code only when needed.
This commit is contained in:
@@ -23,14 +23,9 @@ $sql = e107::getDb();
|
||||
|
||||
$sql->db_Mark_Time('(Header Top)');
|
||||
|
||||
|
||||
|
||||
e107::js('core', 'colorbox/jquery.colorbox-min.js', 'jquery', 2);
|
||||
e107::css('core', 'colorbox/colorbox.css', 'jquery');
|
||||
|
||||
// Used for Signup form elements - could be on any page of the site.
|
||||
e107::js('core', 'jquery.mailcheck.min.js','jquery',2);
|
||||
|
||||
e107::js('core','bootstrap/js/bootstrap-tooltip.js','jquery');
|
||||
e107::css('core','bootstrap/css/tooltip.css','jquery');
|
||||
|
||||
|
Reference in New Issue
Block a user