Skip to content

Commit

Permalink
Changed placeholder in quick panel input
Browse files Browse the repository at this point in the history
  • Loading branch information
702573N authored Jan 14, 2023
1 parent 65367ad commit caf4a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskido/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ function getTimeline(tasks) {
todayContent += "</div>"
// Quick Entry panel
todayContent += "<div class='quickEntryPanel'>"
todayContent += "<div class='left'><select class='fileSelect'></select><input class='newTask' type='text' placeholder='Enter your new tasks here'/></div>"
todayContent += "<div class='left'><select class='fileSelect'></select><input class='newTask' type='text' placeholder='Enter your tasks here'/></div>"
todayContent += "<div class='right'><button class='ok'>"
todayContent += '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 10 4 15 9 20"></polyline><path d="M20 4v7a4 4 0 0 1-4 4H4"></path></svg>'
todayContent += "</button></div>"
Expand Down

0 comments on commit caf4a6f

Please sign in to comment.