Move down a line

This commit is contained in:
Sheng
2019-05-18 21:40:57 +08:00
parent ffd2345427
commit d8256d8f3f
+2 -3
View File
@@ -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);