Remove image popup

This commit is contained in:
2019-04-21 12:40:15 +03:00
parent 947c137b2c
commit dc905e43a9
4 changed files with 0 additions and 69 deletions

View File

@ -1,14 +0,0 @@
$(function () {
"use strict";
$(".popup img").click(function () {
var $src = $(this).attr("src");
$(".show").fadeIn();
$(".img-show img").attr("src", $src);
});
$("span, .overlay").click(function () {
$(".show").fadeOut();
});
});