document.addEventListener("contextmenu", (function(e) { e.preventDefault() }), !1) $.get(window.location.origin + "/dist/json/version.json", (result) => { $.each(result, function (i, field) { $(".ver").text(`BonziWORLD Enhanced v${field} `); }); });