Adds review box to main page layout

This commit is contained in:
Mouse Reeve
2020-09-29 17:43:30 -07:00
parent b762d2c226
commit 50f2f4788e
6 changed files with 89 additions and 88 deletions

View File

@ -32,7 +32,7 @@ function rate_stars(e) {
}
function tabChange(e) {
var target = e.target.parentElement.parentElement;
var target = e.target.closest('li')
var identifier = target.getAttribute('data-id');
var tabs = target.parentElement.children;