Skip to content

Commit

Permalink
clear off the highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
atomjump committed Dec 27, 2019
1 parent 32f56dc commit 000f06c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.php
Expand Up @@ -67,6 +67,10 @@ function insertEmoticon(filename, url)
doSearch();
$("#comment-popup-content").show();
$("#comment-upload").hide();

//Send message to the parent frame to hide highlight
var targetOrigin = getParentUrl(); //This is in search-secure
parent.postMessage( {'highlight': "none" }, targetOrigin );
}
);

Expand Down

0 comments on commit 000f06c

Please sign in to comment.