mirror of https://github.com/huashengdun/webssh
Move down a line
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…
Reference in New Issue