Skip to content

Commit

Permalink
colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunion235 authored Dec 13, 2023
1 parent 6a5606a commit 16630f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var popover = function(name, description, team) {
return '<button type="button" class="btn btn-default" href="#" data-content="'
return '<button type="button" class="btn btn-default '+team.split(' ')[0]+'" href="#" data-content="'
+ quoteattr(description)
+ '" rel="popover" data-placement="top" data-original-title="'
+ quoteattr(name + ' - ' + team)
Expand Down

0 comments on commit 16630f5

Please sign in to comment.