Azure Public IPs are now zone-redundant by default/Microsoft Azure Blo

Oct 17 2024 3:20 AM
$(document).ready(function() {
  $("#galaxySel").val(getCookie("galaxy",defaultGalaxy));
  groupBy = getCookie("schemListGroup");
  if (groupBy == "prof") {
  $("#oProf").attr("checked", true);
  $("#oTab").removeAttr("checked");
  $("#oFavorite").removeAttr("checked");
  }
  if (groupBy == "favorite") {
  $("#oFavorite").attr("checked", true);
  $("#oProf").removeAttr("checked");
  $("#oTab").removeAttr("checked");

Answers (1)