Hide ProTip on dashboard if user comes from social sharing

This commit is contained in:
Gaël Métais
2015-01-12 16:39:54 +01:00
parent ab30aae08e
commit 34468198ec
+1 -1
View File
@@ -35,7 +35,7 @@
</div>
</div>
<div ng-if="!error" class="apiTip">
<div ng-if="!error && !fromSocialShare" class="apiTip">
<b>Did you know? Yellow Lab Tools now has an API</b>! <a href="{{getAPIUrl()}}" target="_blank">Here</a> is the JSON output for this run. Checkout <a href="https://github.com/gmetais/YellowLabTools/wiki/Public-API" target="_blank">the API doc</a>.
</div>