diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2018-08-17 10:51:58 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2018-08-17 10:51:58 +0000 |
commit | 0f9039874cb2f59822584197e964a294680821cb (patch) | |
tree | 2a7d122d6071beb2f59e71726dfda0a111d14fc6 /redirector.html | |
parent | 506f78a13124fdbe5e33485dbd0b079cd8fffd47 (diff) |
Minor cosmetic fixes
Diffstat (limited to 'redirector.html')
-rw-r--r-- | redirector.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redirector.html b/redirector.html index eb27611..914d32f 100644 --- a/redirector.html +++ b/redirector.html @@ -193,7 +193,7 @@ <a class="btn medium grey padded" ng-click="duplicateRedirect($index)">Duplicate</a> </div> </div> - <label><input type="checkbox" ng-model="isSyncEnabled" ng-click="toggleSyncSetting()" /> Enable Storage Sync</label> + <label id="storage-sync-option"><input type="checkbox" ng-model="isSyncEnabled" ng-click="toggleSyncSetting()" /> Enable Storage Sync</label> </div> <footer> |