Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/js/activity.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/activity.js')
-rw-r--r--js/activity.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/activity.js b/js/activity.js
index 4a1702a..2078c17 100644
--- a/js/activity.js
+++ b/js/activity.js
@@ -89,6 +89,7 @@ define(function (require) {
textZone.changeTextTo("Here the white bishop can eat the black "+
"queen, because the black queen is on the bishop diagonal !");
+ textZone.changeTextTo("Done !");
var img1 = piecesImages.wb.clone();
img1.x = graphicalBoard.getFileX(2);