This topic is locked

How to hide AND/OR options on Search panel

11/13/2013 12:28:08 PM
ASPRunnerPro Tips and tricks
admin

To hide AND/OR options on Search panel add the following code to List page: Javascript OnLoad event:

$("div.srchCritTop").hide();