Skip to content

Commit

Permalink
fixed footer link
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Mar 27, 2014
1 parent 7c08ace commit 06ca32d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oec/html/explore/embed.html
Expand Up @@ -370,7 +370,8 @@ <h3>{{ _('Short URL') }}</h3>
}

if (in_the_wild) {
viz.footer("<a href='"+window.location.origin+"/explore/{{ current_build.url() }}'>{{ _('Brought to you by') }}: The Observatory of Economic Complexity</a>")
viz.footer("{{ _('Brought to you by') }}: The Observatory of Economic Complexity")
viz.footer({"link": window.location.origin+"/explore/{{ current_build.url() }}"})
}

if(vars.controls == "false"){
Expand Down

0 comments on commit 06ca32d

Please sign in to comment.