Browse Source

UI-1625: Updated code to use the new isActive flag

4.3
Jean-Roch Maitre 11 years ago
parent
commit
b036f403bc
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      submodules/myOffice/myOffice.js

+ 1
- 2
submodules/myOffice/myOffice.js View File

@ -868,8 +868,7 @@ define(function(require){
myOfficeMyAccountClosed: function() {
var self = this;
// ghetto way before we add the self.isVisible method
if($('#voip_container').length) {
if(self.isActive()) {
// First we check if the user hasn't seen the walkthrough already
// if he hasn't we show the walkthrough, and once they're done with it, we update their user doc so they won't see the walkthrough again
self.myOfficeHasWalkthrough(function() {


Loading…
Cancel
Save