﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
4174	[newforms-admin] prepopulated_fields results in javascript error (None is not defined)	forest@…	Adrian Holovaty	"I get this in Firefox 2:

{{{
Error: None is not defined
Source File: http://localhost:8080/admin/page/section/add/
Line: 142
}}}

The javascript source is as follows:

{{{
<script type=""text/javascript"">

    document.getElementById(""id_slug"").onchange = function() { this._changed = true; };
    
    document.getElementById(""id_title"").onkeyup = function() {
        var e = document.getElementById(""id_slug"");
        if (!e._changed) { e.value = URLify(document.getElementById(""id_title"").value, None); }
    }
    

</script>
}}}

-Forest"		closed	contrib.admin	newforms-admin		fixed			Accepted	0	0	0	0	0	0
