“strict mode”; var ifms = function() { document.querySelectorAll(['.mat-input input', '.mat-input input', '.mat-input input', '.mat-input input'].join(“, ”)).forEach(function (t) { t.addEventListener(“focus”, function () { this.parentElement.classList.add(“active”), this.parentElement.classList.add(“focus”) }), t.addEventListener(“blur”, function () { this.parentElement.classList.remove(“focus”), “” == this.value && this.parentElement.classList.remove(“active”) }) }); }; (function() { ifms(); })();document.addEventListener(“turbolinks:load”, function () { ifms() });