Skip to content

Commit

Permalink
Merge markers, whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
msokk committed Mar 25, 2012
1 parent 6f77e41 commit 7621a74
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions lib/public/js/app_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,19 +162,13 @@ $(function() {
stopTrack: function(){
$("#speaker-animation").hide();
clearInterval(ms.trackInterval);
<<<<<<< HEAD
ms.player.pause();

// Reload
=======
ms.player && ms.player.pause();
ms.payloadQueue = [];

$("#speaker-on").show();
$("#speaker-animation").hide();

// Fallback to reload
>>>>>>> 9738a139033cd7ae4114aac0e23484855876a42d
document.location.reload();
},

Expand Down

0 comments on commit 7621a74

Please sign in to comment.