Skip to content

Commit

Permalink
Show logo automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
vidakovic committed Feb 6, 2015
1 parent e1c9a39 commit e75180b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/wakatime.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
gapi.hangout.onair.onBroadcastingChanged.add(
function(evt) {
$log.info(evt);
Hangout.showLogo(true);
Hangout.start();
$rootScope.$broadcast('hangout.broadcasting', evt);
});
Expand All @@ -152,8 +153,6 @@
$rootScope.$broadcast('hangout.topic', evt);
});
Hangout.showLogo(true);
this.data.initialized = true;
},
start: function() {
Expand Down

0 comments on commit e75180b

Please sign in to comment.