Changeset 29859


Ignore:
Timestamp:
Oct 1, 2014, 9:14:11 PM (10 years ago)
Author:
flop25
Message:

bug:3150
step 18 and 21 : can't click directly on links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/TakeATour/tours/first_contact/tour.tpl

    r29605 r29859  
    293293// Start the tour
    294294tour.start();
     295
     296jQuery( "#menubar > dl:nth-child(3) > dd > ul > li:nth-child(1) > a" ).click(function() {
     297  if (tour.getCurrentStep()==17)
     298  {
     299    tour.goTo(18);
     300  }
     301});
     302jQuery( "p.albumActions > a:nth-child(1)" ).click(function() {
     303  if (tour.getCurrentStep()==20)
     304  {
     305    tour.goTo(21);
     306  }
     307});
     308
     309
    295310{/literal}{/footer_script}
Note: See TracChangeset for help on using the changeset viewer.