diff --git a/src/__celerity_resource_map__.php b/src/__celerity_resource_map__.php index 0da8efcbf7..f4a29b855f 100644 --- a/src/__celerity_resource_map__.php +++ b/src/__celerity_resource_map__.php @@ -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( diff --git a/src/applications/phriction/controller/PhrictionDocumentController.php b/src/applications/phriction/controller/PhrictionDocumentController.php index 09eee5aa0d..c35ff083f9 100644 --- a/src/applications/phriction/controller/PhrictionDocumentController.php +++ b/src/applications/phriction/controller/PhrictionDocumentController.php @@ -190,6 +190,7 @@ final class PhrictionDocumentController $core_page, ), array( + 'pageObjects' => array($document->getPHID()), 'title' => $page_title, 'device' => true, 'dust' => true, diff --git a/webroot/rsrc/js/application/conpherence/behavior-pontificate.js b/webroot/rsrc/js/application/conpherence/behavior-pontificate.js index a26b3dd48c..8f4f922d6b 100644 --- a/webroot/rsrc/js/application/conpherence/behavior-pontificate.js +++ b/webroot/rsrc/js/application/conpherence/behavior-pontificate.js @@ -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();