diff options
| author | Roger Barnes | 2013-05-01 22:36:40 +1000 | 
|---|---|---|
| committer | Roger Barnes | 2013-05-01 22:53:55 +1000 | 
| commit | 076ffdf29c8345ed6a201a53cc868e7c672d6662 (patch) | |
| tree | 5985fc5e029d5abf3f9b5b3bcb0b8dc2b5523421 /debug_toolbar/templates | |
| parent | 36e7a760d9c5782cee1001f3e31c209bc7fb0e22 (diff) | |
| download | django-debug-toolbar-076ffdf29c8345ed6a201a53cc868e7c672d6662.tar.bz2 | |
Updated browser timing javascript to use jQuery, tidied up wording and formatting, and minified js
Diffstat (limited to 'debug_toolbar/templates')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/panels/timer.html | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/panels/timer.html b/debug_toolbar/templates/debug_toolbar/panels/timer.html index 0138e64..74cf0c7 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/timer.html +++ b/debug_toolbar/templates/debug_toolbar/panels/timer.html @@ -27,13 +27,14 @@  	<table>  		<colgroup>  			<col style="width:20%"/> -			<col/> +			<col style="width:60%"/> +			<col style="width:20%"/>  		</colgroup>  		<thead>  			<tr>  				<th>{% trans "Timing Attribute" %}</th>  				<th class="timeline">{% trans 'Timeline' %}</th> -				<th class="time">{% trans "Time since navigation start (+length, msec)" %}</th> +				<th class="time">{% trans "Milliseconds since navigation start (+length)" %}</th>  			</tr>  		</thead>  		<tbody id="djDebugBrowserTimingTableBody">  | 
