mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Update Javelin to D3573
Summary: Pull in the latest version of Javelin. Test Plan: Used application typeahead on a ":8080" install, got sent to the right URI. Reviewers: btrahan Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D3584
This commit is contained in:
parent
faa50c5d93
commit
5b7616ad6e
2 changed files with 10 additions and 1 deletions
2
externals/javelin
vendored
2
externals/javelin
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit a875df7b8fa43e43602fec93fa8d34f1d104fb87
|
Subproject commit f1de6ce8cdf2796f73779ac28c955167203fda17
|
|
@ -2556,6 +2556,15 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'disk' => '/rsrc/js/application/core/PasteFileUpload.js',
|
'disk' => '/rsrc/js/application/core/PasteFileUpload.js',
|
||||||
),
|
),
|
||||||
|
'phabricator-pinboard-view-css' =>
|
||||||
|
array(
|
||||||
|
'uri' => '/res/3a24d210/rsrc/css/layout/phabricator-pinboard-view.css',
|
||||||
|
'type' => 'css',
|
||||||
|
'requires' =>
|
||||||
|
array(
|
||||||
|
),
|
||||||
|
'disk' => '/rsrc/css/layout/phabricator-pinboard-view.css',
|
||||||
|
),
|
||||||
'phabricator-prefab' =>
|
'phabricator-prefab' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/2734e45f/rsrc/js/application/core/Prefab.js',
|
'uri' => '/res/2734e45f/rsrc/js/application/core/Prefab.js',
|
||||||
|
|
Loading…
Reference in a new issue