mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-04-09 10:15:44 +02:00
disable submit if foldername exists
This commit is contained in:
parent
25239690a3
commit
caba39cab9
@ -20,7 +20,8 @@
|
||||
|
||||
<input type="submit"
|
||||
value="<?php p($l->t('Subscribe')); ?>"
|
||||
class="primary">
|
||||
class="primary"
|
||||
ng-disabled="folderNameExists(folder.name)">
|
||||
</form>
|
||||
</div>
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user