From 0330390fc88b7f890cff6df9a040c3c4482c5b25 Mon Sep 17 00:00:00 2001 From: theory Date: Wed, 24 Sep 2014 12:15:12 -0700 Subject: [PATCH] gun slinger! --- examples/admin/duel.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/admin/duel.html b/examples/admin/duel.html index 2503d40b..820169f3 100644 --- a/examples/admin/duel.html +++ b/examples/admin/duel.html @@ -132,7 +132,6 @@ return; } gun.path('dqed').get(function(yes){ - alert("DQed! " + yes); if(yes){ return } game.$duel.css({background: 'gold'}).find('h2').text("STOP!"); gun.path('sling').set(me.player); @@ -178,7 +177,7 @@ gun.path('p2').set(""); gun.path('sling').set(null); gun.path('start').set(null); - gun.path('dq').set(null); + gun.path('dqed').set(null); game.$duel.addClass('none'); } game.timeout = function(wait){