From 8ac7231e740353a8c166e5e60fc28fa09a84d7de Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 2 Jun 2015 05:10:50 -0400 Subject: [PATCH] fix(operation) load image do not hide when operation done loading --- lib/client/operation.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/client/operation.js b/lib/client/operation.js index 2471ac7f..606827ba 100644 --- a/lib/client/operation.js +++ b/lib/client/operation.js @@ -40,6 +40,7 @@ }, function() { Loaded = true; + Images.hide(); Operation.show(operation, data); } ]);