1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-23 22:10:55 +01:00

Attempt to fix IE8 mixed content warning.

This commit is contained in:
epriestley 2013-02-26 08:00:20 -08:00
parent 58ef3be1c6
commit 34db006c4b
2 changed files with 4 additions and 3 deletions

View file

@ -206,10 +206,11 @@
"JX.__rawEventQueue({type: 'domready'});" +
"}";
// NOTE: Don't write a 'src' attribute, because "javascript:void(0)" causes
// a mixed content warning in IE8 if the page is served over SSL.
document.write(
'<script' +
' defer="defer"' +
' src="javascript:void(0)"' +
' onreadystatechange="' + ready + '"' +
'><\/sc' + 'ript\>');
}

View file

@ -2122,7 +2122,7 @@ celerity_register_resource_map(array(
),
'javelin-magical-init' =>
array(
'uri' => '/res/4f3c705c/rsrc/js/javelin/core/init.js',
'uri' => '/res/2f1554da/rsrc/js/javelin/core/init.js',
'type' => 'js',
'requires' =>
array(
@ -2552,7 +2552,7 @@ celerity_register_resource_map(array(
),
'phabricator-application-launch-view-css' =>
array(
'uri' => '/res/8aee0702/rsrc/css/application/base/phabricator-application-launch-view.css',
'uri' => '/res/13c3d7f3/rsrc/css/application/base/phabricator-application-launch-view.css',
'type' => 'css',
'requires' =>
array(