Move down a line

static
Sheng 6 years ago
parent ffd2345427
commit d8256d8f3f

@ -81,8 +81,6 @@ jQuery(function($){
}
}
restore_items(fields);
function initialize_map(keys, map) {
var i;
@ -90,7 +88,6 @@ jQuery(function($){
for (i = 0; i < keys.length; i++) {
map[keys[i]] = '';
}
}
@ -677,6 +674,8 @@ jQuery(function($){
}
restore_items(fields);
initialize_map(fields.concat(['password']), url_form_data);
initialize_map(['bgcolor', 'title'], url_opts_data);

Loading…
Cancel
Save