Author: dkulp
Date: Wed Aug 28 15:14:52 2013
New Revision: 876493
Log:
Try removing this check to see if this will work
Modified:
websites/production/cxf/content/faq.html
Modified: websites/production/cxf/content/faq.html
==============================================================================
--- websites/production/cxf/content/faq.html (original)
+++ websites/production/cxf/content/faq.html Wed Aug 28 15:14:52 2013
@@ -28,9 +28,6 @@
<script type="text/javascript">
var http = window.location.protocol;
-if ("https" != http) {
- http = "http";
-}
var head= document.getElementsByTagName('head')[0];
function addLink(url)