From 0e109cfd1b6807166f277234c1b1bd1c070ce612 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 02 Oct 2008 13:50:25 -0400
Subject: [PATCH] - revert wrong stuff from my tests that shouldn't be commited
---
program/js/app.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/program/js/app.js b/program/js/app.js
index 7a8b5e9..b7a3ed5 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -2112,7 +2112,7 @@
if (this.env.signatures[id])
{
- newsig = String(this.env.signatures[id]['text']).replace("\n", "\r\n");
+ newsig = this.env.signatures[id]['text'];
htmlsig = this.env.signatures[id]['is_html'];
}
--
Gitblit v1.9.1