Active
Project:
Easy Clean
Version:
7.x-1.1
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Jan 2013 at 18:46 UTC
Updated:
1 Jan 2013 at 18:46 UTC
My site explicitly uses https. On line 47 of the template.php file (see below), it uses 'http'. This creates problems for the end user when using IE because they get a pop-up saying that non-secure contents are not loaded. This scares the user. The "solution" should be either to have the code be smart enough to detect http vs https and accommodate, or include the css3-mediaqueries into the eClean theme (legal issues?):
Line 47 of template.php
// Script that make media query work on Internet Explorer 6, 7 and 8
drupal_add_js('http://css3-mediaqueries-js.googlecode.com/files/css3-mediaqueries.js', 'external');