Skip to content

Commit 71f8f8a

Browse files
author
hoang.tran12
committed
fix story react
1 parent 28b8af5 commit 71f8f8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/fb_moreReactionStory.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ export default {
3333
})();
3434

3535
function loadModal(EMOJI_LIST) {
36-
const fb_dtsg = getFbdtsg();
37-
const user_id = getUserId();
38-
3936
const timeoutCheckStoriesFooter = setInterval(() => {
4037
if (!window.location.href.includes("facebook.com/stories")) return;
4138
if (!!document.querySelector(".ufs-more-react-story")) return;
4239

40+
const fb_dtsg = getFbdtsg();
41+
const user_id = getUserId();
42+
4343
/* HTML template
4444
<div class="ufs-more-react-story">
4545
<button class="btn-react">More</button>

0 commit comments

Comments
 (0)