[damned-lies] Oops, obviously that should be the other way around



commit 96ff1a99b45d09d9b08a141935ea7c85c25c2263
Author: Gil Forcada <gforcada gnome org>
Date:   Fri Apr 26 16:09:58 2013 +0200

    Oops, obviously that should be the other way around

 templates/vertimus/vertimus_detail.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/templates/vertimus/vertimus_detail.html b/templates/vertimus/vertimus_detail.html
index e2d4cec..1706259 100644
--- a/templates/vertimus/vertimus_detail.html
+++ b/templates/vertimus/vertimus_detail.html
@@ -11,7 +11,7 @@
 <script type="text/javascript">
 $(document).ready(function() {
     $("#id_comment").growfield();
-    if(typeof send_mail_defaults == 'undefined') {
+    if(typeof send_mail_defaults != 'undefined') {
       $("#id_send_to_ml").attr('checked', send_mail_defaults[$("#id_action").val()]);
       $("#id_action").change(function () {
         $("#id_send_to_ml").attr('checked', send_mail_defaults[$(this).val()]);


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