Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/pebble-my-data.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbahbka <bahbka@gmail.com>2014-07-13 14:58:03 +0400
committerbahbka <bahbka@gmail.com>2014-07-13 14:58:03 +0400
commit16d647d76ec15e56148f39b230e2e71eba055e53 (patch)
treefa25aab5575342991b931a3bbf8e7d258a099416 /resources
parentc2d2725f0da8ba42b33935de4d7a4cb09851fc8d (diff)
Update with shaking function.
Diffstat (limited to 'resources')
-rw-r--r--resources/configuration.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/resources/configuration.html b/resources/configuration.html
index 4f21aae..331537d 100644
--- a/resources/configuration.html
+++ b/resources/configuration.html
@@ -63,7 +63,7 @@ vim: sw=2 ts=2 expandtab ai
</head>
<body onload="put_config();">
<h1>My Data</h1>
- <small>v2.2.0, by bahbka</small>
+ <small>v2.3.0, by bahbka</small>
<hr size="1" />
<form action="javascript: get_config();" id="config_form">
@@ -111,6 +111,16 @@ vim: sw=2 ts=2 expandtab ai
<input type="checkbox" id="config_seconds" class="checkbox">
</div>
</div>
+
+ <div class="param">
+ <div class="label">
+ Update with shaking:<br>
+ <small>(possible unnecessary updates)</small>
+ </div>
+ <div class="checkbox">
+ <input type="checkbox" id="config_shake" class="checkbox">
+ </div>
+ </div>
<input type="submit" id="save" class="submit" value="save and apply">
</form>