Content deleted Content added
debug |
indicate review status with icons, not text |
||
Line 63:
let boolIsReviewed = await isReviewed(pageID);
if ( boolIsReviewed ) {
$(`#firstHeading`).append(`<img
} else {
$(`#firstHeading`).append(`<img
}
});
|