Sfoglia il codice sorgente

Fix regression.

develop
Ben Kurtovic 9 anni fa
parent
commit
a59242d041
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      tfdclerk.js

+ 1
- 1
tfdclerk.js Vedi File

@@ -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"


Caricamento…
Annulla
Salva