Skip to content

Commit

Permalink
whoops, little bit of leftover 0.9.x code
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Camp committed Jan 10, 2015
1 parent c7c60f4 commit 9629b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dashboard/public/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ window.onload = function () {
socket.on('reconnect', function(attempts) {
socketStatus('success', '<strong>Reconnected!</strong> Successfully reconnected on attempt #' + attempts);
notify('Reconnected', {
body: 'Successfully reconnected on attempt #' + attempts + ', transport type: ' + transport_type,
body: 'Successfully reconnected on attempt #' + attempts,
icon: 'img/notifications/placeholder/success40.png',
tag: 'reconnect'
});
Expand Down

0 comments on commit 9629b1f

Please sign in to comment.