Skip to content

Commit f96d6f6

Browse files
author
hoang.tran12
committed
hotfix
1 parent 2809d5e commit f96d6f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/content-scripts/scripts/ufs_global_webpage_context.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const UsefulScriptGlobalPageContext = {
5959
},
6060

6161
deleteElements(selector, willReRun) {
62-
UsefulScriptGlobalPageContext.onElementsVisible(
62+
UsefulScriptGlobalPageContext.DOM.onElementsVisible(
6363
selector,
6464
(nodes) => {
6565
[].forEach.call(nodes, function (node) {
@@ -73,7 +73,7 @@ const UsefulScriptGlobalPageContext = {
7373

7474
waitForElements(selector) {
7575
return new Promise((resolve, reject) => {
76-
UsefulScriptGlobalPageContext.onElementsVisible(
76+
UsefulScriptGlobalPageContext.DOM.onElementsVisible(
7777
selector,
7878
resolve,
7979
false

0 commit comments

Comments
 (0)