浏览代码

Fix regression.

develop
Ben Kurtovic 8 年前
父节点
当前提交
a59242d041
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tfdclerk.js

+ 1
- 1
tfdclerk.js 查看文件

@@ -390,7 +390,7 @@ TFD.prototype._build_close_results = function() {
});

var other = elems.children().last();
other.find("span").css("margin", "0 0.25em");
other.find("span").text("Other:").css("margin", "0 0.25em");
other.append($("<input/>", {
name: "result-other",
type: "text"


正在加载...
取消
保存