Move down a line

static
Sheng 2019-05-18 21:40:57 +08:00
parent ffd2345427
commit d8256d8f3f
1 changed files with 2 additions and 3 deletions

View File

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