diff options
| author | jmoenig <jens@moenig.org> | 2013-04-09 14:11:32 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-04-09 14:11:32 +0200 |
| commit | d4d537c186e68790faf22d3eda46e0d154e230fe (patch) | |
| tree | 407e7e6cb038d50ce584c7f166c563fadcda6474 /gui.js | |
| parent | afe62246d605e97cee16e085a84cf800f678bff9 (diff) | |
| download | snap-byow-d4d537c186e68790faf22d3eda46e0d154e230fe.tar.gz snap-byow-d4d537c186e68790faf22d3eda46e0d154e230fe.zip | |
Feedback msg when sharing / unsharing projects
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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( |
