reverted to tour
This commit is contained in:
parent
b7052ff21c
commit
b602d1f52f
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ function docReady(){
|
|||
});
|
||||
|
||||
//tour
|
||||
if($('.index').length && typeof(tour)=='undefined')
|
||||
if($('.tour').length && typeof(tour)=='undefined')
|
||||
{
|
||||
var tour = new Tour();
|
||||
tour.addStep({
|
||||
|
|
Loading…
Reference in a new issue