Changes between Initial Version and Version 2 of Ticket #1024
- Timestamp:
- 05/09/07 14:05:41 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1024
- Property status changed from new to closed
- Property resolution changed from to fixed
-
Ticket #1024 – description
initial v2 25 25 } 26 26 27 window.onload = function() { ImagePicker(document.getElementById('idOfTheInputField')); }27 window.onload = function() { new ImagePicker(document.getElementById('idOfTheInputField')); } 28 28 </script> 29 29 }}}
