Explorar el Código

Fix regression.

develop
Ben Kurtovic hace 8 años
padre
commit
a59242d041
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tfdclerk.js

+ 1
- 1
tfdclerk.js Ver fichero

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


Cargando…
Cancelar
Guardar