Merge branch 'develop' of cvs2:web/BigFore into develop
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 15 Jul 2014 20:36:17 +0000 (16:36 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 15 Jul 2014 20:36:17 +0000 (16:36 -0400)
Conflicts:
libjs/golfersSelect.js
priceQuoteForm.inc

1  2 
libjs/golfersSelect.js

@@@ -1,5 -1,5 +1,6 @@@
  /*    =========================       */
 -//    This script is for the No. Golfers select bug on 
 +//    This script is for the No. Golfers select bug on
++//    This script is for the No. Golfers select bug on
  //    the 3rd page of the price quote form.
  //    basically pear isn't setting defaults to the elements
  //    in the element grid if its within a controller page (multipage form controller)
@@@ -77,7 -77,4 +78,6 @@@ var golfersSelect 
        }
  };
  
 -Event.observe(window, 'load', golfersSelect.init);
 +$(function(){
 +    golfersSelect.init();
 +});
- //Event.observe(window, 'load', golfersSelect.init);