3.5
Andreas Granig 13 years ago
parent 72374056de
commit 304a1ca99e

@ -126,7 +126,7 @@ function print_html (target, html, disabled, rem_text) {
$("#" + target + "-foot").empty();
}
else {
$("#" + target + "-foot").empty().append('<a class="link" href="javascript:void(0)" onclick="remove_html(\'' + target + '\', \'' + disabled + '\')">' + rem_test + '</a>');
$("#" + target + "-foot").empty().append('<a class="link" href="javascript:void(0)" onclick="remove_html(\'' + target + '\', \'' + disabled + '\')">' + rem_text + '</a>');
}
}

Loading…
Cancel
Save