[LNT] r179202 - Use errorsbars.min, we only install the .min versions of things.

Daniel Dunbar daniel at zuster.org
Wed Apr 10 11:40:42 PDT 2013


Author: ddunbar
Date: Wed Apr 10 13:40:42 2013
New Revision: 179202

URL: http://llvm.org/viewvc/llvm-project?rev=179202&view=rev
Log:
Use errorsbars.min, we only install the .min versions of things.

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=179202&r1=179201&r2=179202&view=diff
==============================================================================
--- lnt/trunk/lnt/server/ui/templates/v4_graph.html (original)
+++ lnt/trunk/lnt/server/ui/templates/v4_graph.html Wed Apr 10 13:40:42 2013
@@ -13,7 +13,7 @@
                           filename='flot/jquery.flot.min.js') }}"> </script>
   <script language="javascript" type="text/javascript"
           src="{{ url_for('.static',
-                          filename='flot/jquery.flot.errorbars.js') }}"> </script>
+                          filename='flot/jquery.flot.errorbars.min.js') }}"> </script>
   <script language="javascript" type="text/javascript"
           src="{{ url_for('.static',
                           filename='flot/jquery.flot.navigate.min.js') }}"> </script>





More information about the llvm-commits mailing list