mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-03-01 10:59:17 -06:00
more cleanups
This commit is contained in:
@@ -137,11 +137,11 @@
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div id="encryption-password-dialog" title="Encrypted note" style="display: none;">
|
||||
<form id="encryption-password-form">
|
||||
<div id="protected-session-password-dialog" title="Encrypted note" style="display: none;">
|
||||
<form id="protected-session-password-form">
|
||||
<div class="form-group">
|
||||
<label for="encryption-password">This note is encrypted. Enter password to show it:</label>
|
||||
<input id="encryption-password" style="width: 250px;" type="password">
|
||||
<label for="protected-session-password">This note is encrypted. Enter password to show it:</label>
|
||||
<input id="protected-session-password" style="width: 250px;" type="password">
|
||||
<button class="btn btn-sm">Show</button>
|
||||
</div>
|
||||
</form>
|
||||
@@ -267,11 +267,6 @@
|
||||
|
||||
<script src="libraries/jquery.ui-contextmenu.min.js"></script>
|
||||
|
||||
<script src="libraries/scrypt/scrypt.js"></script>
|
||||
<script src="libraries/scrypt/buffer.js"></script>
|
||||
<script src="libraries/scrypt/setImmediate.js"></script>
|
||||
<script src="libraries/scrypt/unorm.js"></script>
|
||||
|
||||
<link href="stylesheets/style.css" rel="stylesheet">
|
||||
|
||||
<script src="javascripts/init.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user