watson-developer-cloud / discovery-nodejs

This is a deprecated Watson Discovery Service Demo. A link to the newly supported demo is below
https://www.ibm.com/demos/live/watson-discovery/self-service
MIT License
76 stars 178 forks source link

Add telium #94

Closed germanattanasio closed 6 years ago

germanattanasio commented 6 years ago

We need to make sure the demo loads

function loadAnalytics() {
  var idaScript = document.createElement('script');
  idaScript.src = '//www.ibm.com/common/stats/ida_stats.js';
  document.head.appendChild(idaScript);
}

window.addEventListener('load', loadAnalytics);
germanattanasio commented 6 years ago

@maniax89 ☝️

josephrkramer commented 6 years ago

this has been deployed and can be closed