From 97a262e8ee76a5647cf7cc31e61c4f846e0ff9aa Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 25 Jul 2010 16:14:50 -0500 Subject: Fix up click events on developer dashboard Rather than using 'onclick', attach an event at the end of page load. Signed-off-by: Dan McGee --- templates/devel/index.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/templates/devel/index.html b/templates/devel/index.html index 7ed66bbb..02dd369c 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -1,10 +1,6 @@ {% extends "base.html" %} {% block title %}Arch Linux - Developer Dashboard{% endblock %} -{% block head %} -{% load cdn %}{% jquery %} -{% endblock %} - {% block content %}
@@ -103,7 +99,7 @@

+ title="Click to toggle stats by architecture"> Stats by Architecture (click to toggle)

@@ -134,7 +130,7 @@

+ title="Click to toggle stats by repository"> Stats by Repository (click to toggle)

@@ -165,7 +161,7 @@

+ title="Click to toggle stats by maintainer"> Stats by Maintainer (click to toggle)

@@ -192,4 +188,12 @@
+{% load cdn %}{% jquery %} + {% endblock %} -- cgit v1.2.3-55-g3dc8