brought back

This commit is contained in:
Rushabh Mehta 2013-01-25 13:11:59 +05:30
parent 1c9e82a8d0
commit 6b58b0455c

View file

@ -104,6 +104,7 @@ function set_value_in(ele, v, ftype, fopt) {
$(ele).html(wn.form.get_formatter(ftype)(v, {options:fopt}));
return;
}
var $s = set_value_in; // used in print formats
function copy_dict(d) {
var n = {};