Erase the merging conflicts writings

This commit is contained in:
Alexandre Cloutier
2014-03-06 15:20:41 -05:00
parent 1b9ac03e94
commit f4d189ffc8
3 changed files with 6 additions and 53 deletions

View File

@@ -80,13 +80,6 @@ function savePreferences(sender) {
}
if (sendForm) {
<<<<<<< HEAD
saveMailAccounts();
$("mainForm").submit();
}
return false;
=======
saveMailAccounts();
triggerAjaxRequest($("mainForm").readAttribute("action"), function (http) {
@@ -111,8 +104,6 @@ function savePreferences(sender) {
{ "Content-type": "application/x-www-form-urlencoded" });
}
return false;
>>>>>>> a005b93... bug 1046 finished, if sieve server is not responding an error message will appear
}
function prototypeIfyFilters() {