Skip to content

Commit

Permalink
Give the button a descriptive name
Browse files Browse the repository at this point in the history
  • Loading branch information
ylogx committed May 17, 2019
1 parent 787940d commit c7127e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bangdd.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function onTimeToBang(event) {
function createButton() {
let bang_it = createElementFromHTML(
'<li id="bang_it" class="zcm__item">' +
'<a data-zci-link="bang_it" class="zcm__link js-zci-link js-zci-link--bang_it" href="#">Bang It</a>' +
'<a data-zci-link="bang_it" class="zcm__link js-zci-link js-zci-link--bang_it" href="#">Google</a>' +
'</li>'
);

Expand Down

0 comments on commit c7127e1

Please sign in to comment.