<p>In <a href="https://github.com/opentechinstitute/mlab-observatory/pull/68#discussion_r28451544">static/js/observatory/js/paths.js.live</a>:</p>
<pre style='color:#555'>> @@ -0,0 +1,14 @@
> +/*
> +Specifies commonly used data paths within Observatory.
> +(Version for LIVE instance of Observatory)
> +*/
> +(function() {
> +  var exports = new EventEmitter();
> +  exports.dataRoot = 'http://storage.googleapis.com/mlab-observatory/'
> +
> +  if (!window.mlabOpenInternet) {
> +    window.mlabOpenInternet = {}
> +  }
> +
> +  window.mlabOpenInternet.paths = exports;
> +})()
</pre>
<p>;</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/opentechinstitute/mlab-observatory/pull/68/files#r28451544">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AC7qBDC0LhYlXhUrgAkF7mSOvsQGCybgks5n_q1sgaJpZM4EBRTx.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
    <link itemprop="url" href="https://github.com/opentechinstitute/mlab-observatory/pull/68/files#r28451544"></link>
    <meta itemprop="name" content="View Pull Request"></meta>
  </div>
  <meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>