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:
@@ -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');
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user