Update URLs for new locations

This commit is contained in:
Dave Ingram
2016-06-15 13:23:50 -07:00
parent 46aeffb00b
commit 41f8081831
10 changed files with 17 additions and 17 deletions

View File

@ -25,7 +25,7 @@ if (targetContainer) {
logoDiv.setAttribute('style', "position: fixed; left: 20px; top: 130px; z-index: auto; pointer-events: none;");
var img = document.createElement('img');
img.setAttribute('src', 'http://iitc.jonatkins.com/assets/img/prefer-iitc-200.png');
img.setAttribute('src', 'http://iitc.me/assets/img/prefer-iitc-200.png');
logoDiv.appendChild(img);