diff --git a/app/views/gathers/show.html.erb b/app/views/gathers/show.html.erb
index 275cad9..2306858 100644
--- a/app/views/gathers/show.html.erb
+++ b/app/views/gathers/show.html.erb
@@ -58,12 +58,6 @@
}
});
- $(window).bind('beforeunload', function(e) {
- if (gatherer_id > 0 && leave_confirm) {
- return "You will be removed from the Gather if you leave this page.";
- }
- });
-
$(window).bind('unload', function() {
if (gatherer_id > 0 && leave_confirm) {
updateGathererStatus('leaving');