mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-30 18:42:44 +00:00
Monotone-Parent: 1b7361c719f9b3c85edd777474664dadd07b72b3
Monotone-Revision: 3ac570e4fa8c731e64772136171a4d88a10439c6 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-07-01T14:07:46 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
/* -*- Mode: java; tab-width: 2; c-tab-always-indent: t; indent-tabs-mode: t; c-basic-offset: 2 -*- */
|
||||
|
||||
function savePreferences(sender) {
|
||||
$("signaturePlacementList").disabled=false;
|
||||
var sigList = $("signaturePlacementList");
|
||||
if (sigList)
|
||||
sigList.disabled=false;
|
||||
$("mainForm").submit();
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user