diff --git a/src/IDF/templates/idf/issues/create.html b/src/IDF/templates/idf/issues/create.html
index 42d0560..cc54e9a 100644
--- a/src/IDF/templates/idf/issues/create.html
+++ b/src/IDF/templates/idf/issues/create.html
@@ -73,7 +73,7 @@
{foreach $date_shortcuts as $time_span => $shortcuts}
{$time_span}
{foreach $shortcuts as $title => $date}
- {$title}
+ {$title}
{/foreach}
{/foreach}
@@ -140,7 +140,6 @@ $(document).ready(function(){
});
$(".due_dtime_shortcut").click(function(){
$('#id_due_dtime').val($(this).attr('rel'));
- return false;
});
// Hide the upload forms, we insert before the first attach file
// row an "Attach File" little link.
diff --git a/src/IDF/templates/idf/issues/view.html b/src/IDF/templates/idf/issues/view.html
index 398a105..0012cb9 100644
--- a/src/IDF/templates/idf/issues/view.html
+++ b/src/IDF/templates/idf/issues/view.html
@@ -138,7 +138,7 @@
{foreach $date_shortcuts as $time_span => $shortcuts}
{$time_span}
{foreach $shortcuts as $title => $date}
- {$title}
+ {$title}
{/foreach}
{/foreach}
@@ -244,7 +244,6 @@ $(document).ready(function(){
});
$(".due_dtime_shortcut").click(function(){
$('#id_due_dtime').val($(this).attr('rel'));
- return false;
});
// Hide the upload forms, we insert before the first attach file
// row an "Attach File" little link.