1
0
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:
Bernhard Posselt 2014-08-29 17:14:00 +02:00
parent 25239690a3
commit caba39cab9

View File

@ -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>