You are viewing limited content. For full access, please sign in.

Question

Question

Hide advanced link in weblink

asked on March 5, 2019

How can I hide the Advanced link in the Browse view?

 

 

AdvancedLink.PNG
0 0

Replies

replied on March 19, 2019

Blia,

 

 Open up Browse.aspx in a text editor and add the following before the </body> tag:

 

<script type="text/javascript">
$( document ).ready(function() {
   $(".quickSearchBox").children().last().hide();
});
</script>

Save the file and refresh the page.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.