if (location.hostname === "localhost" || location.hostname === "127.0.0.1"){
// bu localhost
} else {
// sunucudayız
}
if (location.hostname === "localhost" || location.hostname === "127.0.0.1"){
// bu localhost
} else {
// sunucudayız
}