Remove image popup
This commit is contained in:
@ -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();
|
||||
});
|
||||
|
||||
});
|
Reference in New Issue
Block a user