Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Bug 1133590 - Unable to login in to Red Hat Access in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
Libor Zoubek committed Oct 24, 2014
1 parent b2c528d commit dc988e8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@
<script src="js/custom-cases.js"></script>

<!--[if IE 9]>
<script type="text/javascript">$.support.cors = true;</script>
<script type="text/javascript">var host = 'access.redhat.com'; $.support.cors = true; strata.setStrataHostname('https://' + host);</script>
<![endif]-->

<div class="jon-rha-main" ng-app="RedhatAccess.JON" ng-controller="customCase" data-ng-init="init()">
Expand Down

0 comments on commit dc988e8

Please sign in to comment.