Skip to content

Commit 34db006

Browse files
author
epriestley
committedFeb 26, 2013
Attempt to fix IE8 mixed content warning.
1 parent 58ef3be commit 34db006

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎externals/javelinjs/src/core/init.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,11 @@
206206
"JX.__rawEventQueue({type: 'domready'});" +
207207
"}";
208208

209+
// NOTE: Don't write a 'src' attribute, because "javascript:void(0)" causes
210+
// a mixed content warning in IE8 if the page is served over SSL.
209211
document.write(
210212
'<script' +
211213
' defer="defer"' +
212-
' src="javascript:void(0)"' +
213214
' onreadystatechange="' + ready + '"' +
214215
'><\/sc' + 'ript\>');
215216
}

‎src/__celerity_resource_map__.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2122,7 +2122,7 @@
21222122
),
21232123
'javelin-magical-init' =>
21242124
array(
2125-
'uri' => '/res/4f3c705c/rsrc/js/javelin/core/init.js',
2125+
'uri' => '/res/2f1554da/rsrc/js/javelin/core/init.js',
21262126
'type' => 'js',
21272127
'requires' =>
21282128
array(
@@ -2552,7 +2552,7 @@
25522552
),
25532553
'phabricator-application-launch-view-css' =>
25542554
array(
2555-
'uri' => '/res/8aee0702/rsrc/css/application/base/phabricator-application-launch-view.css',
2555+
'uri' => '/res/13c3d7f3/rsrc/css/application/base/phabricator-application-launch-view.css',
25562556
'type' => 'css',
25572557
'requires' =>
25582558
array(

0 commit comments

Comments
 (0)
Failed to load comments.