Merge pull request #18868 from owncloud/fix-files_version-js-load

Remove unneeded include
This commit is contained in:
Joas Schilling 2015-09-07 12:06:16 +02:00
commit f653a34d8f

View file

@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
OCP\Util::addscript('files_versions', 'versions');
OCP\Util::addStyle('files_versions', 'versions');
\OCA\Files_Versions\Hooks::connectHooks();