diff --git a/xtrn/SlyVote/SlyVote.js b/xtrn/SlyVote/SlyVote.js
index b88a5c93e28c373a9ed43e4c186244546b195bc1..67f8315081fb9c7ea571d475999070bf562537c9 100644
--- a/xtrn/SlyVote/SlyVote.js
+++ b/xtrn/SlyVote/SlyVote.js
@@ -1331,7 +1331,8 @@ function ViewVoteResults(pSubBoardCode)
 				msgBodyText = "Unable to load poll";
 
 			// Load the poll text into the Frame object and draw the frame
-			displayFrame.clear("\1n");
+			displayFrame.clear();
+			displayFrame.attr&=~HIGH;
 			displayFrame.putmsg(msgBodyText, "\1n");
 			displayFrame.scrollTo(0, 0);
 			if (drawMsg)