Changeset 812

Show
Ignore:
Timestamp:
12/01/06 01:52:09 (2 years ago)
Author:
gboggs
Message:

Make sure the site_* inputs are not disabled on submission. BugId: 45592

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/tmpl/cms/cfg_archives.tmpl

    r777 r812  
    4545} 
    4646function validate (f) { 
     47    f.site_url.disabled = false; 
     48    f.site_path.disabled = false; 
    4749    if (!f.site_path.value) { 
    4850        alert('<MT_TRANS phrase="You must set your Local Site Path." escape="singlequotes">');