diff options
author | Gokulakrishna <gokulakrishnaks@gmail.com> | 2018-05-18 19:20:37 +0530 |
---|---|---|
committer | Gokulakrishna <gokulakrishnaks@gmail.com> | 2018-05-18 19:24:18 +0530 |
commit | f01348a69915f1f9440d8b8f5b01e6fcd25d828f (patch) | |
tree | a977b7b7523c5515fd72f1a07cba3ac0ee051eb9 /redirector.html | |
parent | e7aea47b298a5babd4adfd62493cb1f249404bb4 (diff) |
Enable Sync or Local storage option. Closes #86
Diffstat (limited to 'redirector.html')
-rw-r--r-- | redirector.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redirector.html b/redirector.html index 7f04b68..3f9184b 100644 --- a/redirector.html +++ b/redirector.html @@ -192,6 +192,7 @@ <a class="btn medium grey move-down-btn" ng-class="{disabled:$last}" ng-click="moveDown($index)">▼</a> </div> </div> + <label><input type="checkbox" ng-model="isSyncEnabled" ng-click="toggleSyncSetting()" /> Enable Storage Sync</label> </div> <footer> |