From 304a1ca99ec4d0a921c74e88f7cac256ee9c9f4c Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Mon, 21 Jan 2013 20:33:41 +0000 Subject: [PATCH] Fix typo. --- root/js/csc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/js/csc.js b/root/js/csc.js index fa2dae6..f8f1d32 100644 --- a/root/js/csc.js +++ b/root/js/csc.js @@ -126,7 +126,7 @@ function print_html (target, html, disabled, rem_text) { $("#" + target + "-foot").empty(); } else { - $("#" + target + "-foot").empty().append('' + rem_test + ''); + $("#" + target + "-foot").empty().append('' + rem_text + ''); } }