Procházet zdrojové kódy

Fix regression.

develop
Ben Kurtovic před 8 roky
rodič
revize
a59242d041
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      tfdclerk.js

+ 1
- 1
tfdclerk.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit