mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Merged revision(s) 29859 from trunk/plugins/TakeATour:
bug:3150 step 18 and 21 : can't click directly on links git-svn-id: http://piwigo.org/svn/branches/2.7@29860 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -292,4 +292,19 @@ tour.init();
|
||||
|
||||
// Start the tour
|
||||
tour.start();
|
||||
|
||||
jQuery( "#menubar > dl:nth-child(3) > dd > ul > li:nth-child(1) > a" ).click(function() {
|
||||
if (tour.getCurrentStep()==17)
|
||||
{
|
||||
tour.goTo(18);
|
||||
}
|
||||
});
|
||||
jQuery( "p.albumActions > a:nth-child(1)" ).click(function() {
|
||||
if (tour.getCurrentStep()==20)
|
||||
{
|
||||
tour.goTo(21);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
{/literal}{/footer_script}
|
||||
|
||||
Reference in New Issue
Block a user