mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-28 08:20: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' =>
|
||||
array(
|
||||
'uri' => '/res/228066e4/rsrc/css/application/conpherence/widget-pane.css',
|
||||
'uri' => '/res/d1db8220/rsrc/css/application/conpherence/widget-pane.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
@ -1311,7 +1311,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'javelin-behavior-conpherence-pontificate' =>
|
||||
array(
|
||||
'uri' => '/res/27f52fc7/rsrc/js/application/conpherence/behavior-pontificate.js',
|
||||
'uri' => '/res/d596e5c2/rsrc/js/application/conpherence/behavior-pontificate.js',
|
||||
'type' => 'js',
|
||||
'requires' =>
|
||||
array(
|
||||
|
|
|
@ -190,6 +190,7 @@ final class PhrictionDocumentController
|
|||
$core_page,
|
||||
),
|
||||
array(
|
||||
'pageObjects' => array($document->getPHID()),
|
||||
'title' => $page_title,
|
||||
'device' => true,
|
||||
'dust' => true,
|
||||
|
|
|
@ -55,8 +55,6 @@ JX.behavior('conpherence-pontificate', function(config) {
|
|||
{ 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);
|
||||
}))
|
||||
.start();
|
||||
|
|
Loading…
Reference in a new issue