diff --git a/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt b/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt
index e5bdaf87d..4384d69e2 100644
--- a/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt
+++ b/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt
@@ -765,11 +765,11 @@
});
});
- $("#btn_update_status_copy").click(function(){
+ $("#update_status_copy").click(function () {
$("#update_status").select();
document.execCommand("copy");
document.getSelection().removeAllRanges();
- $(this).toggleClass("fa-flip-horizontal");
+ setTimeout(function () { $("#update_status").blur(); }, 100);
});
// update history on tab state and implement navigation
@@ -784,13 +784,6 @@
});
});
-