diff --git a/www/js/components/main_FileEntry.js b/www/js/components/main_FileEntry.js index fac7365..537e33c 100644 --- a/www/js/components/main_FileEntry.js +++ b/www/js/components/main_FileEntry.js @@ -53,7 +53,6 @@ export async function onDeviceReady() { $("#fileList").treeview({ data: getTree(), showBorder: false }); }, 2500) - applyEditorSettings() window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, function(fs) { /**