Skip to content

Commit

Permalink
new name
Browse files Browse the repository at this point in the history
  • Loading branch information
judy-n committed Feb 8, 2022
1 parent 505f0c5 commit b46a3c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" href="./style.css">
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<title>Zoom Links</title>
<title>Linki</title>
<script defer>
const { clipboard } = require('electron')
const Store = require('electron-store');
Expand Down Expand Up @@ -115,7 +115,7 @@
const title_in = newEl('input', ['title-in'], {'placeholder': 'title', 'value': title || ''}, [])
const link_in = newEl('input', ['link-in'], {'placeholder': 'link', 'value': link || ''}, [])
const pass_in = newEl('input', ['pass-in'], {'placeholder': 'passcode', 'value': pass || ''}, [])
const btn = newEl('button', ['btn-in'], {'onclick': 'commitEdits(event)'}, [newText('save')])
const btn = newEl('button', ['btn-in'], {'onclick': 'commitEdits(event)'}, [newText('Save')])
// replace fields
title_p.removeChild(title_p.firstElementChild)
title_p.insertBefore(title_in, title_p.firstElementChild)
Expand Down Expand Up @@ -184,7 +184,7 @@
</head>
<body onload="load()">
<div class="title">
<h2>Zoom Links</h2>
<h2>Linki</h2>
<div class="add-btn" onclick="addCourse()">+</div>
</div>
<div class="menu hidden">
Expand Down

0 comments on commit b46a3c2

Please sign in to comment.