summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-27 09:20:33 +0300
committerAndrew Dolgov <[email protected]>2017-02-27 09:20:33 +0300
commit4b4ffcd07902742d7b382d95e1c064bdff0f2308 (patch)
treec66f8dac12b8d9f5d135e4993538ef985a9c7e8e
parent8bc9445fbab25d6af9e4e85b1d3f291cf8aac045 (diff)
read ui: remove zoom buttons
-rw-r--r--read.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/read.html b/read.html
index f9f9cc4..500743d 100644
--- a/read.html
+++ b/read.html
@@ -130,13 +130,13 @@
<span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span>
</button>
- <button class="btn btn-default btn-xs hidden-xs" onclick="zoom(2)">
+ <!-- <button class="btn btn-default btn-xs hidden-xs" onclick="zoom(2)">
<span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span>
</button>
<button class="btn btn-default btn-xs hidden-xs" onclick="zoom(-2)">
<span class="glyphicon glyphicon-zoom-out" aria-hidden="true"></span>
- </button>
+ </button> -->
</span>
</div>