Commit 41ea5b443a782f6cda60997557580c0bb37db1b7

Authored by Victor Costa
2 parents c52f7317 158beea2

Merge branch 'site_tour' into stable

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
plugins/site_tour/public/main.js
... ... @@ -62,6 +62,6 @@ var siteTourPlugin = (function() {
62 62  
63 63 jQuery( document ).ready(function( $ ) {
64 64 $(window).bind('userDataLoaded', function(event, data) {
65   - siteTourPlugin.start(data);
  65 + siteTourPlugin.start(data, jQuery.deparam.querystring()['siteTourPlugin']==='force');
66 66 });
67 67 });
... ...