From 657b3fce6676624e82af5f81d89f8aa1da1d6e4b Mon Sep 17 00:00:00 2001 From: edent Date: Sun, 21 May 2017 15:38:22 +0100 Subject: [PATCH] Added all the icons into the Radius tool --- javascript.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/javascript.js b/javascript.js index 3ec11860..b0a1714d 100644 --- a/javascript.js +++ b/javascript.js @@ -1,10 +1,9 @@ var items = [ - 'amazon', 'phone', 'spotify', 'wechat', 'dropbox', 'instagram', 'hackernews', - 'pinterest', 'stackoverflow', 'whatsapp', 'email', 'linkedin', 'reddit', - 'steam', 'wikipedia', 'facebook', 'lock', 'rss', 'slideshare', 'telegram', - 'mail', 'skype', 'tumblr', 'wordpress', 'github', 'pdf', 'vk', 'wire', - 'twitter', 'youtube', 'google', 'google_plus', 'paypal', 'snapchat', 'vimeo', 'flickr', - 'soundcloud', 'html5', 'mastodon', 'gitlab' + 'amazon', 'github', 'html5', 'mastodon', 'reddit', 'soundcloud', 'tox', 'wechat', 'youtube', + 'dropbox', 'gitlab', 'instagram', 'paypal', 'rss', 'spotify', 'tumblr', 'whatsapp', + 'email', 'google_plus', 'linkedin', 'pdf', 'skype', 'stackoverflow', 'twitter', 'wikipedia', + 'facebook', 'google', 'lock', 'phone', 'slideshare', 'steam', 'vimeo', 'wire', + 'flickr', 'hackernews', 'mail', 'pinterest', 'snapchat', 'telegram', 'vk', 'wordpress' ]; var container = document.querySelector('.icons');