Changeset 29860 for branches/2.7/plugins/TakeATour
- Timestamp:
- Oct 1, 2014, 9:29:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/plugins/TakeATour/tours/first_contact/tour.tpl
r29605 r29860 293 293 // Start the tour 294 294 tour.start(); 295 296 jQuery( "#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 }); 302 jQuery( "p.albumActions > a:nth-child(1)" ).click(function() { 303 if (tour.getCurrentStep()==20) 304 { 305 tour.goTo(21); 306 } 307 }); 308 309 295 310 {/literal}{/footer_script}
Note: See TracChangeset
for help on using the changeset viewer.