753b10b19784b1d07abaf7ec6b827c752e40416f
Merge parents 4880079 9c65dec
tdreszer
  Wed Nov 30 12:27:45 2011 -0800
Merge-o-rama
diff --cc src/hg/inc/jsHelper.h
index 2f3755e,4de6336..914100c
--- src/hg/inc/jsHelper.h
+++ src/hg/inc/jsHelper.h
@@@ -9,33 -9,36 +9,37 @@@
   * hiddenForm.  The hiddenForm maintains echo's of all the variables
   * in the main form, which get updated onChange of controls that need
   * to 'ripple' to other controls.  The onChange also submits the
   * control. */
  
  #ifndef JSHELPER_H
  #define JSHELPER_H
  
  #include "cart.h"
  #include <regex.h>
  
  #define JS_CLEAR_ALL_BUTTON_LABEL    "Clear all"
  #define JS_SET_ALL_BUTTON_LABEL  "Set all"
  #define JS_DEFAULTS_BUTTON_LABEL "Set defaults"
  
 -#define NEW_JQUERY 1          // temporary define turn on to test new jQuery (1.5) and jQuery UI (1.8)
 +// Make toggle and [+][-] buttons without image gifs.
 +#define BUTTONS_BY_CSS
  
+ // Make toggle and [+][-] buttons without image gifs.
+ // Not ready for this release.
+ //#define BUTTONS_BY_CSS
+ 
  void jsCreateHiddenForm(struct cart *cart, char *scriptName,
  	char **vars, int varCount);
  /* Create a hidden form with the given variables.  Must be
   * called. */
  
  void jsInit();
  /* If this is the first call, set window.onload to the operations
   * performed upon loading a page and print supporting javascript.
   * Currently this just sets the page vertical position if specified on
   * CGI, and also calls jsWriteFunctions.
   * Subsequent calls do nothing, so this can be called many times. */
  
  void jsWriteFunctions();
  /* Write out Javascript functions. */