Design fixes #50
+1
-1
@@ -128,7 +128,7 @@ function isInputFilled(obj: string | undefined, subj: string | undefined, bounds
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
function calculate_click(maximize: boolean) {
|
export function calculate_click(maximize: boolean) {
|
||||||
customLogClear();
|
customLogClear();
|
||||||
const timer = walltimeStart();
|
const timer = walltimeStart();
|
||||||
customLog("calculating");
|
customLog("calculating");
|
||||||
|
|||||||
Reference in New Issue
Block a user