Skip to content

Commit b363356

Browse files
committed
Added message when bypassing lootlink
1 parent 326389a commit b363356

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bypasses/lootlink.js

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ export default class LootLink extends BypassDefinition {
3030

3131
handleResponse(response) {
3232
return response.clone().json().then(data => {
33+
this.helpers.insertInfoBox(
34+
'Please wait a moment while we search for the destination link.'
35+
);
3336
let urid = ""
3437
let action_pixel_url = ""
3538
data.forEach(item => {

0 commit comments

Comments
 (0)