Skip to content

Commit

Permalink
HACK: Remove "Open in Vega Editor" from volatility for now (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddant1 authored Jun 3, 2020
1 parent ca5e85c commit 183051b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions q2_longitudinal/assets/volatility/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ <h3 style="margin-top:0px;">Feature Stats Subplot Controls</h3>
var toolbar = $('div .vega-actions').detach();
toolbar.addClass('btn-group');
toolbar.children('a').each(function() {
// NOTE: We're just skipping this bit until we get the plot working with
// Vega 5
if(this.innerHTML == "Open in Vega Editor"){
this.remove()
return true
}
$(this).addClass('btn btn-default');
});
$('<a href="data.tsv" target="_blank" rel="noopener noreferrer" class="btn btn-default">Export as TSV</a>')
Expand Down

0 comments on commit 183051b

Please sign in to comment.