Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r980 committed - Removed redundant class attribute in widget.html

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r980 committed - Removed redundant class attribute in widget.html


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r980 committed - Removed redundant class attribute in widget.html
  • Date: Thu, 06 Mar 2014 15:03:28 +0000

Revision: 980
Author:

Date: Thu Mar 6 15:03:12 2014 UTC
Log: Removed redundant class attribute in widget.html
http://code.google.com/p/ndt/source/detail?r=980

Modified:
/branches/Issue59/HTML5-frontend/widget.html

=======================================
--- /branches/Issue59/HTML5-frontend/widget.html Fri Mar 18 14:44:18 2011 UTC
+++ /branches/Issue59/HTML5-frontend/widget.html Thu Mar 6 15:03:12 2014 UTC
@@ -77,7 +77,7 @@
<div class="upload result">
<h3>Upload speed</h3>
<p>
- <span class="number" id="upload-speed" class="number">0.00</span>
+ <span class="number" id="upload-speed">0.00</span>
<span class="units">mb/s</span>
</p>
</div>
@@ -85,7 +85,7 @@
<div class="download result">
<h3>Download speed</h3>
<p>
- <span class="number" id="download-speed" class="number">0.00</span>
+ <span class="number" id="download-speed">0.00</span>
<span class="units">mb/s</span>
</div>



  • [ndt-dev] [ndt] r980 committed - Removed redundant class attribute in widget.html, ndt, 03/06/2014

Archive powered by MHonArc 2.6.16.

Top of Page