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

Config setting fix and remove button loop

This commit is contained in:
Loic Blot
2015-01-09 17:12:35 +00:00
parent 76decabe11
commit 3d8c834a43
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ use \OCA\OcSms\Lib\CountryCodes;
<option><?php p($code); ?></option>
<?php } ?>
</select>
<button class="new-button primary icon-checkmark-white" ng-repeat="button in buttons" ng-click="sendCountry();"></button>
<button class="new-button primary icon-checkmark-white" ng-click="sendCountry();"></button>
</div> <!-- app-settings-content -->
</div>