We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe72378 commit b02c18fCopy full SHA for b02c18f
src/js/06-page-rating.js
@@ -22,13 +22,13 @@
22
// dialogBox.style.display = 'block'
23
this.classList.add('active')
24
helpNoBtn.classList.remove('active')
25
- // console.log(yesBtnData, 16)
+ console.log(yesBtnData, 16)
26
})
27
helpNoBtn.addEventListener('click', function (e) {
28
29
30
helpYesBtn.classList.remove('active')
31
- // console.log(noBtnData, 27)
+ console.log(noBtnData, 27)
32
33
skipBtnMsg.addEventListener('click', function (e) {
34
dialogBox.style.display = 'none'
0 commit comments