diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-09-21 10:48:31 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-09-21 10:48:31 +0200 |
| commit | 9ec395cfb03224c029cff20a5cf9519638184c73 (patch) | |
| tree | 92c1328829de3a5651cb32fda3b9e9bbe7587f37 /data | |
| parent | ccb1c6600f9f68512df891f821f262812a6ee3cb (diff) | |
| download | phorkie-9ec395cfb03224c029cff20a5cf9519638184c73.tar.gz phorkie-9ec395cfb03224c029cff20a5cf9519638184c73.zip | |
Fix bug #16: "add file" hides "show additional options" button
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/edit-add.htm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/edit-add.htm b/data/templates/edit-add.htm index d86b2c5..4713b5e 100644 --- a/data/templates/edit-add.htm +++ b/data/templates/edit-add.htm @@ -18,6 +18,7 @@ $(document).ready(function() { .replace(/###/g, $('.filegroup').length) ); toggleAdditional($('.filegroup:visible .additional-btn:last')[0], 0); + jQuery($('.filegroup:visible .additional-btn:last')[0]).show(); $('html, body').animate({ scrollTop: $('.filegroup:visible:last').offset().top |
