Skip to content

Commit b4225e0

Browse files
authored
Animation removed from loadPlugin (#2130)
1 parent 27637d0 commit b4225e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/activity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5416,7 +5416,7 @@ function Activity() {
54165416
reader.onload = function(theFile) {
54175417
loading = true;
54185418
document.body.style.cursor = "wait";
5419-
doLoadAnimation();
5419+
//doLoadAnimation();
54205420

54215421
setTimeout(function() {
54225422
obj = processRawPluginData(

0 commit comments

Comments
 (0)