1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Issue #1183 Switch all CDN sources to https to prevent browser alerts. Optimization of some javascript loading. jQuery updated to 2.1.4

This commit is contained in:
Cameron
2015-09-17 12:48:06 -07:00
parent 5ef1d56ec6
commit e50456264f
8 changed files with 57 additions and 35 deletions

View File

@@ -1,6 +1,9 @@
<?php
if (!defined('e107_INIT')){ exit; }
//TODO add checks so that it's only loaded when needed.
e107::css('core','camera/css/camera.css','jquery');
//TODO add checks so that it's only loaded when needed.
if(USER_AREA)
{
e107::css('core','camera/css/camera.css','jquery');
}
?>