diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2016-01-19 11:52:13 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2016-01-19 11:52:13 -0500 |
| commit | d6de9bb4295e2a70ad85bc9fd9ce6e6587330047 (patch) | |
| tree | ad75198cc30ddd826fda22ba844bc6b1894b016b /www/templates | |
| parent | ee0e220a8131075dff46a6e82525f2e73b12757d (diff) | |
#129 updates
Former-commit-id: 98196e7cb08832f1f7eceaa36e2ec3da63fe6a79
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/devoptions.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index d089f7c4..2d267436 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -64,7 +64,7 @@ <div class="item item-input-inset"> Max. items for Timeline <label class="item-input-wrapper"> - <input type="tel" placeholder="200" ng-model="loginData.graphSize"> + <input type="tel" placeholder="" ng-model="loginData.graphSize"> <br/> </label> @@ -72,7 +72,7 @@ </div> - <div class="item" style="background-color:#C8F7C5" ng-if="loginData.graphSize > 2000"> + <div class="item" style="background-color:#C8F7C5" ng-if="loginData.graphSize > 5000"> <label class="animated fadeInDown item-text-wrap" > A large value can affect timeline performance. If you find timeline performance slow, try reducing the value to 200 and work your way up from there. |
