1
0
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:
Cameron
2013-03-27 16:20:31 -07:00
parent 737caec05d
commit 75e0344efe
4 changed files with 25 additions and 28 deletions

View File

@@ -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');