From 277d9fc7d57a27ee241f4afcfb7c0c9214990760 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Tue, 25 Aug 2015 00:17:10 +0300 Subject: [PATCH] Remove unused stylesheet --- public.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public.php b/public.php index 91ea50f7..57cbfde9 100644 --- a/public.php +++ b/public.php @@ -36,7 +36,6 @@ if (isset($_GET['t'])) { $tmpl->assign('hasPassword', true); } else { \OCP\Util::addStyle( 'documents', '3rdparty/webodf/dojo-app'); - \OCP\Util::addStyle( 'documents', '3rdparty/webodf/editor' ); \OCP\Util::addScript('documents', 'documents'); if ($file->getFileId()){ $session = new Db\Session();