[damned-lies] Oops, obviously that should be the other way around
- From: Gil Forcada Codinachs <gforcada src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Oops, obviously that should be the other way around
- Date: Fri, 26 Apr 2013 14:10:04 +0000 (UTC)
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]