diff --git a/xtrn/SlyVote/SlyVote.js b/xtrn/SlyVote/SlyVote.js
index 5e3416021e084a58be0247da47a017421594365d..b88a5c93e28c373a9ed43e4c186244546b195bc1 100644
--- a/xtrn/SlyVote/SlyVote.js
+++ b/xtrn/SlyVote/SlyVote.js
@@ -1331,7 +1331,6 @@ function ViewVoteResults(pSubBoardCode)
 				msgBodyText = "Unable to load poll";
 
 			// Load the poll text into the Frame object and draw the frame
-			displayFrame.cleardata();
 			displayFrame.clear("\1n");
 			displayFrame.putmsg(msgBodyText, "\1n");
 			displayFrame.scrollTo(0, 0);