Move js subfolders to js root folder

master
Loic Blot 2017-07-03 22:33:26 +02:00
parent f086729b97
commit 1fd86ad5f7
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
\OCP\Util::addScript('weather', 'angular/angular.min');
\OCP\Util::addScript('weather', 'public/app');
\OCP\Util::addScript('weather', 'angular.min');
\OCP\Util::addScript('weather', 'app');
\OCP\Util::addStyle('weather', 'style');
?>