import axios from "axios";// Get all license forms. const licenseForms = document.querySelectorAll( ".license-settings form.license-settings--item" );if (licenseForms) { // Loop each formt o add event listener. licenseForms.forEach((form) => { form.addEventListener("submit", function (e) { e.preventDefault(); const input = this.querySelector("input"); const license = input.value; const key = input.dataset.key; const status = input.dataset.status; const id = input.dataset.id; const type = form.classList.contains("valid") ? "deactivate" : "activate";if (!license) { input.focus(); return; }const button = form.querySelector("input[type=submit]"); button.setAttribute("disabled", "disabled");const loading = form.querySelector(".loading"); loading.classList.add("active");updateLicense({ key, status, id, license, type, }); }); }); }/** * Update add-on license via REST API. * * @param {Object} params The data params for license activation/deactivation. */ function updateLicense(params) { const { root, nonce } = instant_img_admin_localize; // eslint-disable-line no-undef const api = root + "instant-images/license/"; const config = { headers: { "X-WP-Nonce": nonce, "Content-Type": "application/json", }, }; axios .post(api, JSON.stringify(params), config) .then(function () { location.reload(); // reload window. }) .catch(function (error) { console.warn(error); setTimeout(function () { location.reload(); // reload window. }, 2000); }); } Roosevelt Duplex - Value Homes MN

Welcome to

Roosevelt Duplex

3 Bedrooms, 2 Bath, 1 Car Garage. 1910’ Finished; 980’ Above, 930’ Below. 2 bedrooms, Living Room, Kitchen, Dining & 1 Full Bath on Main Level. 1 bedroom, huge family room & ¾ Bath in Basement, Plenty of space in basement to put a nice office and still have big family room. NEWLY FINISHED BASEMENT WITH LARGE BEDROOM, HUGE FAMILY ROOM, LARGE BEDROOM, CUSTOM TILE SHOWER IN BATHROOM & LAUNDRY ROOM WITH YOUR OWN WASHER & DRYER. NEW CALACATTA LAZA QUARTZ COUNTER TOPS WITH TILE BACKSPLASH