X Tutup
Skip to content

Commit f7e5006

Browse files
committed
cleanup
1 parent eda8863 commit f7e5006

File tree

6 files changed

+4
-11
lines changed

6 files changed

+4
-11
lines changed

js/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,4 @@ $(() => {
5252
}
5353

5454
});
55-
56-
// http://localhost:8080/?scratch-paper=dcf0d0de60a4ad335b3b0cb5c39035e7
57-
5855
});

js/server/load_file.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const loadDataAndCode = (dir) => {
1919
};
2020

2121
const loadFileAndUpdateContent = (dir) => {
22-
appInstance.setIsLoading(true);
2322
appInstance.getEditor().clearContent();
2423

2524
return loadDataAndCode(dir).then((content) => {

public/algorithm_visualizer.js

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/algorithm_visualizer.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/algorithm_visualizer.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/algorithm_visualizer.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
X Tutup