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:
+1
-1
@@ -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');
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user