SF Bug #2554402 - template autofill command not work on appearance,date_attrs

This commit is contained in:
Deon George
2009-11-21 12:11:45 +11:00
parent 23a2da1f26
commit efd1860a91
3 changed files with 12 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
function dateSelector(id) {
var el = document.getElementById('f_date_'+id);
var el = document.getElementById('new_values_'+id);
var format = gettype(el.id);
var epoch;
var parse = false;