Fix strange header appearance bug
Summary: Text in the header changes appearance shortly after page loads. This is due - for some reason - to adding the flash object. Making the width and height of the flash object 0 solves this. Test Plan: viewed locally, problem gone Reviewers: epriestley Reviewed By: epriestley CC: allenjohnashton, keebuhm, aran, Korvin Differential Revision: https://secure.phabricator.com/D2719
This commit is contained in:
@@ -772,7 +772,7 @@ celerity_register_resource_map(array(
|
||||
),
|
||||
'javelin-behavior-aphlict-listen' =>
|
||||
array(
|
||||
'uri' => '/res/80ce64ae/rsrc/js/application/aphlict/behavior-aphlict-listen.js',
|
||||
'uri' => '/res/0ba6b119/rsrc/js/application/aphlict/behavior-aphlict-listen.js',
|
||||
'type' => 'js',
|
||||
'requires' =>
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user