mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 11:43:01 +02:00
feature #379, multiple format, hide url on download link
This commit is contained in:
@@ -72,6 +72,8 @@ function changeImgSrc(url,typeSave,typeMap)
|
||||
{if !empty($current.formats)}
|
||||
{footer_script require='jquery'}{literal}
|
||||
jQuery().ready(function() {
|
||||
jQuery("#downloadSwitchLink").removeAttr("href");
|
||||
|
||||
jQuery("#downloadSwitchLink").click(function() {
|
||||
var elt = jQuery("#downloadSwitchBox");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user