[llvm-commits] [zorg] r167782 - /zorg/trunk/llvmlab/llvmlab/ui/templates/dashboard.html
Daniel Dunbar
daniel at zuster.org
Mon Nov 12 15:47:30 PST 2012
Author: ddunbar
Date: Mon Nov 12 17:47:29 2012
New Revision: 167782
URL: http://llvm.org/viewvc/llvm-project?rev=167782&view=rev
Log:
llvmlab: Fixup some URL references.
Modified:
zorg/trunk/llvmlab/llvmlab/ui/templates/dashboard.html
Modified: zorg/trunk/llvmlab/llvmlab/ui/templates/dashboard.html
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/llvmlab/llvmlab/ui/templates/dashboard.html?rev=167782&r1=167781&r2=167782&view=diff
==============================================================================
--- zorg/trunk/llvmlab/llvmlab/ui/templates/dashboard.html (original)
+++ zorg/trunk/llvmlab/llvmlab/ui/templates/dashboard.html Mon Nov 12 17:47:29 2012
@@ -72,8 +72,9 @@
{# Include jQuery and View2D graph widget for use by the timing popups. #}
{% block head %}
- <script type=text/javascript src="/static/jquery/1.5/jquery.min.js"></script>
- <script src="/static/View2D.js"></script>
+ <script type=text/javascript src="{{
+ url_for('.static', filename='jquery/1.5/jquery.min.js') }}"></script>
+ <script src="{{ url_for('.static', filename='View2D.js') }}"></script>
{% endblock %}
{% block javascript %}
More information about the llvm-commits
mailing list