|
@@ -54,7 +54,6 @@ function getDislikeTextContainer() {
|
|
);
|
|
);
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
function checkForSignInButton() {
|
|
function checkForSignInButton() {
|
|
if (
|
|
if (
|
|
document.querySelector(
|
|
document.querySelector(
|
|
@@ -67,4 +66,11 @@ function checkForSignInButton() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-export { getButtons, getLikeButton, getDislikeButton, getLikeTextContainer, getDislikeTextContainer, checkForSignInButton };
|
|
|
|
|
|
+export {
|
|
|
|
+ getButtons,
|
|
|
|
+ getLikeButton,
|
|
|
|
+ getDislikeButton,
|
|
|
|
+ getLikeTextContainer,
|
|
|
|
+ getDislikeTextContainer,
|
|
|
|
+ checkForSignInButton,
|
|
|
|
+};
|