mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-29 00:40:57 +01:00
Remove unused conpherence js rules
Summary: I missed removing these today. Test Plan: Pontificate Reviewers: epriestley, btrahan Reviewed By: btrahan CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D6106
This commit is contained in:
parent
acff7b1ad5
commit
0e3f4a088f
3 changed files with 3 additions and 4 deletions
|
@ -945,7 +945,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'conpherence-widget-pane-css' =>
|
'conpherence-widget-pane-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/228066e4/rsrc/css/application/conpherence/widget-pane.css',
|
'uri' => '/res/d1db8220/rsrc/css/application/conpherence/widget-pane.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -1311,7 +1311,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'javelin-behavior-conpherence-pontificate' =>
|
'javelin-behavior-conpherence-pontificate' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/27f52fc7/rsrc/js/application/conpherence/behavior-pontificate.js',
|
'uri' => '/res/d596e5c2/rsrc/js/application/conpherence/behavior-pontificate.js',
|
||||||
'type' => 'js',
|
'type' => 'js',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
|
|
@ -190,6 +190,7 @@ final class PhrictionDocumentController
|
||||||
$core_page,
|
$core_page,
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
|
'pageObjects' => array($document->getPHID()),
|
||||||
'title' => $page_title,
|
'title' => $page_title,
|
||||||
'device' => true,
|
'device' => true,
|
||||||
'dust' => true,
|
'dust' => true,
|
||||||
|
|
|
@ -55,8 +55,6 @@ JX.behavior('conpherence-pontificate', function(config) {
|
||||||
{ id : r.conpherence_phid + '-nav-item' }
|
{ id : r.conpherence_phid + '-nav-item' }
|
||||||
);
|
);
|
||||||
|
|
||||||
JX.DOM.alterClass(header_root, 'loading', false);
|
|
||||||
JX.DOM.alterClass(messages_root, 'loading', false);
|
|
||||||
JX.DOM.alterClass(form_root, 'loading', false);
|
JX.DOM.alterClass(form_root, 'loading', false);
|
||||||
}))
|
}))
|
||||||
.start();
|
.start();
|
||||||
|
|
Loading…
Reference in a new issue