1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-21 21:32:59 +00:00

move script.js to public/app.js. Also add dependancy to appframework into app.php

This commit is contained in:
Loic Blot
2015-01-12 07:06:34 +00:00
parent 555d8f1ed1
commit 1a1e7000f2
4 changed files with 427 additions and 423 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use \OCA\OcSms\Lib\CountryCodes;
\OCP\Util::addScript('ocsms', 'angular/angular.min');
\OCP\Util::addScript('appframework', 'public/app');
\OCP\Util::addScript('ocsms', 'script');
\OCP\Util::addScript('ocsms', 'public/app');
\OCP\Util::addStyle('ocsms', 'style');
?>