diff --git a/application/views/configs/system_info.php b/application/views/configs/system_info.php
index 233ef5d6d..7ea3e56cf 100644
--- a/application/views/configs/system_info.php
+++ b/application/views/configs/system_info.php
@@ -173,13 +173,6 @@
clipboard.on('error', function(e) {
console.log(e);
});
-
- function clearSelection() {
- window.getSelection().removeAllRanges();
- }
- document.onmouseup = function() {
- window.setTimeout(clearSelection, 100);
- };
document.getElementById("timezone").innerText = Intl.DateTimeFormat().resolvedOptions().timeZone;
@@ -190,4 +183,4 @@
if($('#timezone').html() !== $('#ostimezone').html())
document.getElementById("TimeError").innerHTML = 'lang->line('config_timezone_error'); ?>
lang->line('config_user_timezone'); ?>