[Browse composition] Not Alerting User

In this case the user is not alerted. This
is to test the maven build. Issue 11.
This commit is contained in:
Shivam Dave 2015-06-18 15:08:13 -07:00
parent 1f3c1da8c7
commit dab6d96688

View File

@ -108,10 +108,11 @@ define(
broadcastDrop(id, event); broadcastDrop(id, event);
}); });
} }
} else {
// Informs user that drag and drop is not allowed.
window.alert("Cannot drag and drop objects during browse mode.");
} }
// else {
// // Informs user that drag and drop is not allowed.
// window.alert("Cannot drag and drop objects during browse mode.");
// }
} }
// We can only handle drops if we have access to actions... // We can only handle drops if we have access to actions...