소스 검색

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"


불러오는 중...
취소
저장