diff options
author | JinweiClarkChao <[email protected]> | 2015-11-17 02:04:42 -0500 |
---|---|---|
committer | JinweiClarkChao <[email protected]> | 2015-11-17 02:25:45 -0500 |
commit | 6690e8d6ac1ec079b18797156978f4590f7fdff0 (patch) | |
tree | dadecef7fa993afdb30bbf9d0c031720c823e752 /js/portfolio.js | |
parent | 4e4eccd1107e51e9081f532298eea9fcb29d6726 (diff) | |
download | ring0.xyz-6690e8d6ac1ec079b18797156978f4590f7fdff0.tar.gz |
Let's Encrypt
Let'sEncrypt
test README
Let's Encrypt
Diffstat (limited to 'js/portfolio.js')
-rw-r--r-- | js/portfolio.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/portfolio.js b/js/portfolio.js index 6feeeae..9e3f76f 100644 --- a/js/portfolio.js +++ b/js/portfolio.js | |||
@@ -3,7 +3,7 @@ var sleep = function(ms, callback) { | |||
3 | callback() | 3 | callback() |
4 | }, ms) | 4 | }, ms) |
5 | }, | 5 | }, |
6 | favthings = ["Python", "C programming", "raspberrypi", "Linux"], | 6 | favthings = ["raspberrypi", "Linux", "Let's Encrypt", "Ingress"], |
7 | removeClass = function(el, className) { | 7 | removeClass = function(el, className) { |
8 | el.classList ? el.classList.remove(className) : el.className = el.className.replace(new RegExp("(^|\\b)" + className.split(" ").join("|") + "(\\b|$)", "gi"), " ") | 8 | el.classList ? el.classList.remove(className) : el.className = el.className.replace(new RegExp("(^|\\b)" + className.split(" ").join("|") + "(\\b|$)", "gi"), " ") |
9 | }, | 9 | }, |