This commit is contained in:
syuilo 2018-03-03 16:39:53 +09:00
parent bc208ce854
commit a8f6908940
2 changed files with 11 additions and 4 deletions

View file

@ -23,7 +23,7 @@ export default function(opts) {
};
window.open(url + '/selectdrive',
'drive_window',
'choose_drive_window',
'height=500, width=800');
}
});