diff --git a/code/modules/vchat/html/vchat.html b/code/modules/vchat/html/vchat.html
index f11fcb974e..a3612d78e4 100644
--- a/code/modules/vchat/html/vchat.html
+++ b/code/modules/vchat/html/vchat.html
@@ -137,7 +137,7 @@
-
+
diff --git a/code/modules/vchat/vchat_client.dm b/code/modules/vchat/vchat_client.dm
index 20683f2435..4a2288faac 100644
--- a/code/modules/vchat/vchat_client.dm
+++ b/code/modules/vchat/vchat_client.dm
@@ -133,7 +133,7 @@ GLOBAL_DATUM_INIT(iconCache, /savefile, new("data/iconCache.sav")) //Cache of ic
send_playerinfo()
load_database()
- //YW EDIT: disabled until we can fix the lag: owner.verbs += /client/proc/vchat_export_log
+ owner.verbs += /client/proc/vchat_export_log
//Perform DB shenanigans
/datum/chatOutput/proc/load_database()