Changes between Initial Version and Version 10 of Ticket #4174
- Timestamp:
- Aug 24, 2007, 12:02:40 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4174
- Property Triage Stage Unreviewed → Accepted
- Property Version other branch → newforms-admin
- Property Summary prepopulated_fields results in javascript error (newforms-admin) → [newforms-admin] prepopulated_fields results in javascript error (None is not defined)
-
Ticket #4174 – Description
initial v10 9 9 The javascript source is as follows: 10 10 11 {{{<script type="text/javascript"> 11 {{{ 12 <script type="text/javascript"> 12 13 13 14 document.getElementById("id_slug").onchange = function() { this._changed = true; };