From 73a785eb976be84e173271abd7a8b2e880271d0a Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 26 Feb 2023 18:44:46 -0500 Subject: [PATCH] Revert "Update jot-header.tpl" This reverts commit e57936d5830179b46b3360f62b251f736e90b784. --- view/tpl/jot-header.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 39a0ae792..f26bffaac 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -766,7 +766,7 @@ let postSaveTimer = null; {{* start new getFileMimeType *}} - function getFileMimeType(result) { + function getFileMimeType(result, address) { alert(`
  • `); return; @@ -838,7 +838,7 @@ if (results[i].is_dir === "1" && results[(i-1)].is_dir === "1") { // file preceded by another file = just the line item content += `
  • `; let result = results[i]; - getFileMimeType(result); + getFileMimeType(result, address); //content += mType; continue;