mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 15:11:35 +01:00
remove alert for player not found
This commit is contained in:
@@ -34,9 +34,9 @@ if(targetPlayerElements.length == 1){
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* alert on mobile devices if player was not found */
|
/* alert on mobile devices if player was not found */
|
||||||
if(player && targetPlayerElements.length != 1){
|
//if(player && targetPlayerElements.length != 1){
|
||||||
alert("Player " + player + " not found :/")
|
// alert("Player " + player + " not found :/")
|
||||||
}
|
//}
|
||||||
|
|
||||||
|
|
||||||
function forward(){
|
function forward(){
|
||||||
|
|||||||
Reference in New Issue
Block a user