Skip to content

Commit aa3d2ca

Browse files
committed
resolved semicoma missing
1 parent 6e6c0c1 commit aa3d2ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/main.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1044,10 +1044,10 @@ function BlackboxLogViewer() {
10441044

10451045
prefs.get('activeWorkspace', function (id){
10461046
if (id) {
1047-
activeWorkspace = id
1047+
activeWorkspace = id;
10481048
}
10491049
else {
1050-
activeWorkspace = 1
1050+
activeWorkspace = 0;
10511051
}
10521052

10531053
onSwitchWorkspace(workspaceGraphConfigs, activeWorkspace);

0 commit comments

Comments
 (0)