diff --git a/images/mp3-icon-png.png b/images/mp3.png similarity index 100% rename from images/mp3-icon-png.png rename to images/mp3.png diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 0e6613675..d958eb659 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -777,7 +777,7 @@ let postSaveTimer = null; return `
  • ${result.filename}

  • `; case "audio/mpeg": return `
  • ${result.filename}

    - +
  • `; case "text/html": // security issue, let's move on... Need to return something so we don't get a js undefined message.