Renamed script
This commit is contained in:
@@ -3,5 +3,5 @@ namespace OCA\MinimalProfile\AppInfo;
|
||||
|
||||
use OCP\Util;
|
||||
|
||||
Util::addStyle('minimalprofile', 'style');
|
||||
Util::addScript('minimalprofile', 'script');
|
||||
Util::addStyle("minimalprofile", "style");
|
||||
Util::addScript("minimalprofile", "hidePronouns");
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
</description>
|
||||
<version>1.0.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Your Name</author>
|
||||
<author>Guy Van Sanden</author>
|
||||
<namespace>MinimalProfile</namespace>
|
||||
<dependencies>
|
||||
<nextcloud min-version="26" max-version="31" />
|
||||
|
||||
Reference in New Issue
Block a user