From d4d537c186e68790faf22d3eda46e0d154e230fe Mon Sep 17 00:00:00 2001 From: jmoenig Date: Tue, 9 Apr 2013 14:11:32 +0200 Subject: Feedback msg when sharing / unsharing projects --- gui.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui.js') diff --git a/gui.js b/gui.js index 6689eaa..ab7ba56 100644 --- a/gui.js +++ b/gui.js @@ -4028,6 +4028,7 @@ ProjectDialogMorph.prototype.shareProject = function () { ) + '\n"' + proj.ProjectName + '"?', 'Share Project', function () { + myself.ide.showMessage('sharing\nproject...'); SnapCloud.reconnect( function () { SnapCloud.callService( @@ -4065,6 +4066,7 @@ ProjectDialogMorph.prototype.unshareProject = function () { ) + '\n"' + proj.ProjectName + '"?', 'Unshare Project', function () { + myself.ide.showMessage('unsharing\nproject...'); SnapCloud.reconnect( function () { SnapCloud.callService( -- cgit v1.3.1