maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Maposmatic-dev] [PATCH maposmatic] replaced overkill jscript href with


From: David Decotigny
Subject: [Maposmatic-dev] [PATCH maposmatic] replaced overkill jscript href with a normal html tag
Date: Tue, 22 Dec 2009 11:40:10 +0100

---
 www/templates/maposmatic/job.html |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/www/templates/maposmatic/job.html 
b/www/templates/maposmatic/job.html
index a5dacdc..0f10c52 100644
--- a/www/templates/maposmatic/job.html
+++ b/www/templates/maposmatic/job.html
@@ -48,9 +48,7 @@ class="activelink"
 {% if not job.is_done %}
   <tr class="even">
     <td colspan="2">
-      <a href="javascript:location.reload(true)">
-      {% trans "Refresh the status" %}
-      </a>
+      <a href="/jobs/{{job.id}}">{% trans "Refresh the status" %}</a>
     </td>
   </tr>
 {% endif %}
-- 
1.6.3.3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]