Don't use shortlink for zoom url. It breaks caching.
This commit is contained in:
parent
58d450a856
commit
4002cc660e
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ function refresh_metadata(photoid)
|
||||||
post(url, data, callback);
|
post(url, data, callback);
|
||||||
}
|
}
|
||||||
|
|
||||||
var ZOOM_BG_URL = "url('{{photo|file_link(short=True)}}')";
|
var ZOOM_BG_URL = "url('{{photo|file_link}}')";
|
||||||
function enable_hoverzoom(event)
|
function enable_hoverzoom(event)
|
||||||
{
|
{
|
||||||
//console.log("enable zoom");
|
//console.log("enable zoom");
|
||||||
|
|
Loading…
Reference in a new issue