Parcourir la source

Fix regression.

develop
Ben Kurtovic il y a 8 ans
Parent
révision
a59242d041
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      tfdclerk.js

+ 1
- 1
tfdclerk.js Voir le fichier

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


Chargement…
Annuler
Enregistrer