diff options
author | plegall <plg@piwigo.org> | 2014-09-11 19:07:51 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-09-11 19:07:51 +0000 |
commit | fc210f4c2742ca7a9ad4099a7961cbc0655ef723 (patch) | |
tree | ba855caefabe4ca53271cf3a4c64725409fd7cb3 /plugins | |
parent | 8b4fa61135fe5c60f8a820fde30a74dd27509427 (diff) |
automatically open the albums sort form
git-svn-id: http://piwigo.org/svn/trunk@29486 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/TakeATour/tours/2_7_0/tour.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TakeATour/tours/2_7_0/tour.tpl b/plugins/TakeATour/tours/2_7_0/tour.tpl index 46272f023..fb7c0c20e 100644 --- a/plugins/TakeATour/tours/2_7_0/tour.tpl +++ b/plugins/TakeATour/tours/2_7_0/tour.tpl @@ -51,6 +51,7 @@ tour.addSteps([ {
path: "{/literal}{$TAT_path}{literal}admin.php?page=cat_list",
element: "#autoOrderOpen",
+ onShown: function (tour) {jQuery("#autoOrderOpen").trigger("click");},
title: "{/literal}{'2_7_0_title7'|@translate|@escape:'javascript'}{literal}",
content: "{/literal}{'2_7_0_stp7'|@translate|@escape:'javascript'}{literal}",
},
|