Loading rainloop/appinfo/app.php +0 −8 Original line number Diff line number Diff line Loading @@ -23,14 +23,6 @@ OCP\Util::connectHook('OC_User', 'logout', 'OC_RainLoop_Helper', 'logout'); OCP\Util::addScript('rainloop', 'rainloop'); OCP\App::addNavigationEntry(array( 'id' => 'rainloop_index', 'order' => 10, 'href' => OCP\Util::linkToRoute('rainloop_index'), 'icon' => OCP\Util::imagePath('rainloop', 'mail.png'), 'name' => 'Email' )); \OC::$server->getNavigationManager()->add(array( 'id' => 'rainloop_index', 'order' => 10, Loading rainloop/index.php +0 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ 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 Loading Loading
rainloop/appinfo/app.php +0 −8 Original line number Diff line number Diff line Loading @@ -23,14 +23,6 @@ OCP\Util::connectHook('OC_User', 'logout', 'OC_RainLoop_Helper', 'logout'); OCP\Util::addScript('rainloop', 'rainloop'); OCP\App::addNavigationEntry(array( 'id' => 'rainloop_index', 'order' => 10, 'href' => OCP\Util::linkToRoute('rainloop_index'), 'icon' => OCP\Util::imagePath('rainloop', 'mail.png'), 'name' => 'Email' )); \OC::$server->getNavigationManager()->add(array( 'id' => 'rainloop_index', 'order' => 10, Loading
rainloop/index.php +0 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ 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 Loading