Skip to content

Instantly share code, notes, and snippets.

@chathurawidanage
Last active August 17, 2016 15:43
Show Gist options
  • Save chathurawidanage/477c8389a26feb47f5026b4068496b6b to your computer and use it in GitHub Desktop.
Save chathurawidanage/477c8389a26feb47f5026b4068496b6b to your computer and use it in GitHub Desktop.
javascript: (function() {
var host = location.host;
var params = location.href.substr(location.href.indexOf("tei"), location.href.length);
var win = window.open("http://" + host + "/api/apps/tracker-charts/index.html#/trackerEndPoint?" + params, "", "width=800,height=600");
win.focus();
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment