Skip to content

Commit

Permalink
Title update
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav-ark committed Jul 17, 2024
1 parent 2e92a89 commit db8f252
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ document.addEventListener('DOMContentLoaded', function () {
page === 'pe6' ? 'tasksPE6' :
'tasks';

document.getElementById('page-title').textContent = `Editing ${page}`;
document.getElementById('page-title').textContent = `Editing ${page} tasks`;

const path = `tasks/${filename}.js`;
let sha = '';
Expand Down
4 changes: 0 additions & 4 deletions editTasksGUI.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,6 @@ <h2>Add/Edit Task</h2>
</form>
</div>
</div>
<script src="./tasks/tasks.js"></script>
<script src="./tasks/tasksPE4.js"></script>
<script src="./tasks/tasksPE5.js"></script>
<script src="./tasks/tasksPE6.js"></script>
<script src="./edit.js"></script>
</body>
</html>

0 comments on commit db8f252

Please sign in to comment.