Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5498120

Browse files
committed
[BF] Stop annoying pop up that occurs occasionally on customer overview
1 parent e63143f commit 5498120

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

resources/views/customer/overview.foil.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,7 @@
430430
}
431431
})
432432
.fail( function() {
433-
alert( "Error running ajax query for " + url );
434-
throw new Error( "Error running ajax query for " + url );
433+
console.error( "Error running ajax query for " + url );
435434
})
436435
});
437436
</script>

0 commit comments

Comments
 (0)