hexo-theme-particlex 2.2.1 → 2.2.3

Sign up to get free protection for your applications and to get access to all the features.
File without changes
@@ -26,7 +26,7 @@ function showimg() {
26
26
  content = document.getElementById("showimg-content"),
27
27
  images = document.querySelectorAll(".article .content img");
28
28
  function show(src) {
29
- content.setAttribute("src", src);
29
+ content.src = src;
30
30
  wrap.style.opacity = 1;
31
31
  wrap.style.visibility = "visible";
32
32
  }