Commit 61db05a9 authored by François Billioud's avatar François Billioud

wip

parent ba1ddba4
......@@ -169,7 +169,7 @@ var Line = function(mail, i) {
Line.prototype = {
getEMail: function() {return this.email;},
getID: function() {return this.ID;},
getType: function() {return this.document.getType() ? this.document.getType() : "other";},
getType: function() {return this.document.getType() || "other";},
getHTML: function() {return this.html;},
setHTML: function(newHTML) {this.html = newHTML;},
setSelected: function(bool) {$("tr td.listbox-table-select-cell input#"+this.getID()).attr("checked",bool)},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment