Skip to content

Commit b02c18f

Browse files
committed
revert changes
1 parent fe72378 commit b02c18f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/06-page-rating.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
// dialogBox.style.display = 'block'
2323
this.classList.add('active')
2424
helpNoBtn.classList.remove('active')
25-
// console.log(yesBtnData, 16)
25+
console.log(yesBtnData, 16)
2626
})
2727
helpNoBtn.addEventListener('click', function (e) {
2828
// dialogBox.style.display = 'block'
2929
this.classList.add('active')
3030
helpYesBtn.classList.remove('active')
31-
// console.log(noBtnData, 27)
31+
console.log(noBtnData, 27)
3232
})
3333
skipBtnMsg.addEventListener('click', function (e) {
3434
dialogBox.style.display = 'none'

0 commit comments

Comments
 (0)