|
@@ -530,6 +530,7 @@ Admin::script(
|
|
// 关闭全屏
|
|
// 关闭全屏
|
|
fullscreenOverlay.click(function(e) {
|
|
fullscreenOverlay.click(function(e) {
|
|
if (e.target === this) $(this).fadeOut(200);
|
|
if (e.target === this) $(this).fadeOut(200);
|
|
|
|
+ fullscreenImage.attr('src', '');
|
|
});
|
|
});
|
|
|
|
|
|
function downloadImage(url, filename) {
|
|
function downloadImage(url, filename) {
|