Loading rainloop/appinfo/app.php +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ OCP\Util::connectHook('OC_User', 'logout', 'OC_RainLoop_Helper', 'logout'); OCP\Util::addScript('rainloop', 'rainloop'); OCP\App::addNavigationEntry(array( \OC::$server->getNavigationManager()->add(array( 'id' => 'rainloop_index', 'order' => 10, 'href' => OCP\Util::linkToRoute('rainloop_index'), Loading rainloop/index.php +1 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,7 @@ */ OCP\User::checkLoggedIn(); OCP\App::checkAppEnabled('rainloop'); OCP\App::setActiveNavigationEntry('rainloop_index'); \OC::$server->getNavigationManager()->setActiveEntry('rainloop_index'); // Load the empty file ../css/style.css, that's needed to allow theming of // the Nextcloud header and navigation if rainloop is the active app. Loading rainloop/personal.php +0 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ */ OCP\User::checkLoggedIn(); OCP\App::checkAppEnabled('rainloop'); OCP\Util::addScript('rainloop', 'personal'); Loading Loading
rainloop/appinfo/app.php +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ OCP\Util::connectHook('OC_User', 'logout', 'OC_RainLoop_Helper', 'logout'); OCP\Util::addScript('rainloop', 'rainloop'); OCP\App::addNavigationEntry(array( \OC::$server->getNavigationManager()->add(array( 'id' => 'rainloop_index', 'order' => 10, 'href' => OCP\Util::linkToRoute('rainloop_index'), Loading
rainloop/index.php +1 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,7 @@ */ OCP\User::checkLoggedIn(); OCP\App::checkAppEnabled('rainloop'); OCP\App::setActiveNavigationEntry('rainloop_index'); \OC::$server->getNavigationManager()->setActiveEntry('rainloop_index'); // Load the empty file ../css/style.css, that's needed to allow theming of // the Nextcloud header and navigation if rainloop is the active app. Loading
rainloop/personal.php +0 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ */ OCP\User::checkLoggedIn(); OCP\App::checkAppEnabled('rainloop'); OCP\Util::addScript('rainloop', 'personal'); Loading