[LNT] r208612 - Update inline documentation to remove mouse wheel

Chris Matthews cmatthews5 at apple.com
Mon May 12 11:49:17 PDT 2014


Author: cmatthews
Date: Mon May 12 13:49:17 2014
New Revision: 208612

URL: http://llvm.org/viewvc/llvm-project?rev=208612&view=rev
Log:
Update inline documentation to remove mouse wheel

Mouse wheel zoom is disabled, so remove the instructions for it.

Modified:
    lnt/trunk/lnt/server/ui/templates/v4_graph.html

Modified: lnt/trunk/lnt/server/ui/templates/v4_graph.html
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/server/ui/templates/v4_graph.html?rev=208612&r1=208611&r2=208612&view=diff
==============================================================================
--- lnt/trunk/lnt/server/ui/templates/v4_graph.html (original)
+++ lnt/trunk/lnt/server/ui/templates/v4_graph.html Mon May 12 13:49:17 2014
@@ -207,7 +207,6 @@ function update_tooltip(event, pos, item
   <ul>
   <li>Left Mouse: Pan
   <li>Double Left Mouse: Zoom
-  <li>Wheel: Zoom
   </ul>
 {% endblock %}
 





More information about the llvm-commits mailing list