Browse Source

Change localstorage flag.

pull/122/head
Evan Theurer 12 years ago
parent
commit
1a885af03a
  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
$rootScope.$on("room", function(event, room) { $rootScope.$on("room", function(event, room) {
if (!shown) { if (!shown) {
introTour(); introTour();
localStorage.setItem('mediastream-helptour', true); localStorage.setItem('mediastream-helptour', 1);
} }
}); });
}]; }];

Loading…
Cancel
Save