瀏覽代碼

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"


Loading…
取消
儲存