mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
removed unnecessary console log
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
$('#install_form input').each(function() {
|
||||
var inputId = $(this).attr('id');
|
||||
if (inputId !== 'directory' && inputId !== 'websiteurl') { // do not restore directory and websiteurl for legacy reasons
|
||||
console.log('Updated inputId: ', inputId);
|
||||
if (localStorage.getItem(inputId)) {
|
||||
$(this).val(localStorage.getItem(inputId));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user