From 8433131c1d6a293290257e92e60cbaef5b2c0f5b Mon Sep 17 00:00:00 2001 From: Jinwei Zhao Date: Wed, 7 Sep 2016 10:26:41 +0800 Subject: fix Target="_blank" https://www.jitbit.com/alexblog/256-targetblank---the-most-underestimated-vulnerability-ever/ --- deprecated/jinweiclarkchao.github.io/assets/stuff.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deprecated/jinweiclarkchao.github.io/assets/stuff.js') diff --git a/deprecated/jinweiclarkchao.github.io/assets/stuff.js b/deprecated/jinweiclarkchao.github.io/assets/stuff.js index a1c8ebc..bddb1aa 100644 --- a/deprecated/jinweiclarkchao.github.io/assets/stuff.js +++ b/deprecated/jinweiclarkchao.github.io/assets/stuff.js @@ -29,6 +29,6 @@ putImages = function(pics) { pic = pics[Math.floor(Math.random() * pics.length)]; box = $(".instagram"); box.html(""); - box.append(""); + box.append(""); return load(); }; -- cgit v1.2.3