Browse Source

Change localstorage flag.

pull/149/head
Evan Theurer 12 years ago
parent
commit
2078170bca
  1. 2
      static/js/directives/helptour.js

2
static/js/directives/helptour.js

@ -186,7 +186,7 @@ define(['jquery', 'angular', 'text!partials/helpoverlay.html', 'text!partials/he @@ -186,7 +186,7 @@ define(['jquery', 'angular', 'text!partials/helpoverlay.html', 'text!partials/he
$rootScope.$on("room", function(event, room) {
if (!shown) {
introTour();
localStorage.setItem('mediastream-helptour', true);
localStorage.setItem('mediastream-helptour', 1);
}
});
}];

Loading…
Cancel
Save