mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 01:00:56 +00:00
check-whitespace: normalize javascript files
This commit is contained in:
@@ -268,7 +268,7 @@ function toggleClientList() {
|
||||
const clientNumbers = $("<div>")
|
||||
.addClass("client-detail")
|
||||
.text(
|
||||
`${allDrawings[client.ifc_file].drawings.length} Drawing(s),
|
||||
`${allDrawings[client.ifc_file].drawings.length} Drawing(s),
|
||||
${allDrawings[client.ifc_file].sheets.length} Sheet(s)`
|
||||
);
|
||||
clientDetailsDiv.append(clientNumbers);
|
||||
|
||||
@@ -334,7 +334,7 @@ function toggleClientList() {
|
||||
const clientNumbers = $("<div>")
|
||||
.addClass("client-detail")
|
||||
.text(
|
||||
`${allDrawings[client.ifc_file].drawings.length} Drawing(s),
|
||||
`${allDrawings[client.ifc_file].drawings.length} Drawing(s),
|
||||
${allDrawings[client.ifc_file].sheets.length} Sheet(s)`
|
||||
);
|
||||
clientDetailsDiv.append(clientNumbers);
|
||||
|
||||
@@ -75,7 +75,7 @@ function setupPage(workScheduleData){
|
||||
g.setTotalHeight("");
|
||||
g.Draw();
|
||||
var values = document.getElementById("print_page_size").value.split(",")
|
||||
let css =
|
||||
let css =
|
||||
"@media print {\n @page {\n size: " + values[0] + "mm " + values[1] + "mm;\n }\n";
|
||||
g.printChart(values[0], values[1], css);
|
||||
g.setTotalHeight(900);
|
||||
@@ -109,4 +109,4 @@ function setupPage(workScheduleData){
|
||||
let creation_date_string = document.createTextNode("Created: " + new Date(workScheduleData.CreationDate).toLocaleDateString());
|
||||
creation_date.appendChild(creation_date_string);
|
||||
document.getElementById("schedule-header").appendChild(creation_date);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user