Remove pointless GWT.isClient calls in Gerrit module

The module entry point only runs on the client, and this code is
about building the top menu bar for the client UI.  The call is
always true, and is just confusing to read in context.

Signed-off-by: Shawn O. Pearce <sop@google.com>
1 file changed