Indentation in JavaScript files

This commit is contained in:
Francis Lachapelle
2014-07-30 10:31:25 -04:00
parent 91e144e861
commit 4f6d25379b
2 changed files with 251 additions and 252 deletions
File diff suppressed because it is too large Load Diff
+1 -2
View File
@@ -275,9 +275,8 @@ function initPreferences() {
row.appendChild (td);
tablebody.appendChild(row);
$(tablebody).deselectAll();
}
var table = whiteList.childNodesWithTag("table")[0];
table.multiselect = true;
$("appointmentsWhiteListAdd").observe("click", onAppointmentsWhiteListAdd);