mirror of
https://github.com/Rucknium/townforgefaucet.git
synced 2024-11-19 01:33:33 +01:00
6 lines
141 B
JavaScript
6 lines
141 B
JavaScript
$(document).ready(function(){
|
|
$.get("http://ipinfo.io", function(response) {
|
|
Shiny.onInputChange("getIP", response);
|
|
}, "json");
|
|
});
|