Changeset 865:d0850f093b08
- Timestamp:
- 10/21/09 17:12:02 (4 years ago)
- Author:
- tgambet
- Branch:
- default
- convert_revision:
- svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@866
- Message:
-
removed old mootools.js file
+ rename mootool-1.2.3.1-more.js to mootool-1.2.3.1-more-nc.js
+ merged mootools core and mootools more modules for unicorn in mootools-1.2.3-core+more-yc.js (compressed)
+ fixed a js bug on index
- Location:
- WebContent/scripts
- Files:
-
- 2 added
- 2 removed
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
|
r734
|
r865
|
|
| 1 | | /* $Id: w3c_unicorn_index.js,v 1.15 2009-10-09 15:24:58 tgambet Exp $ */ |
| | 1 | /* $Id: w3c_unicorn_index.js,v 1.16 2009-10-21 17:12:02 tgambet Exp $ */ |
| 2 | 2 | var W3C = { |
| 3 | 3 | |
| … |
… |
|
| 103 | 103 | |
| 104 | 104 | addOptionEvents: function () { |
| 105 | | $$('fieldset.advanced legend').removeEvent('click'); |
| 106 | | |
| | 105 | $$('fieldset.advanced legend').removeEvents('click'); |
| 107 | 106 | $$('fieldset.advanced legend').addEvent('click', function (event) { |
| 108 | 107 | W3C.WithOptions = !W3C.WithOptions; |