mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
settings button, dialog with tabs. Change password form, currently without implementation
This commit is contained in:
14
static/js/settings.js
Normal file
14
static/js/settings.js
Normal file
@@ -0,0 +1,14 @@
|
||||
function displaySettings() {
|
||||
$("#settingsDialog").dialog({
|
||||
modal: true,
|
||||
width: 600
|
||||
});
|
||||
|
||||
$("#settingsTabs").tabs();
|
||||
}
|
||||
|
||||
$("#changePasswordForm").submit(() => {
|
||||
console.log("Submit");
|
||||
|
||||
return false;
|
||||
});
|
||||
Reference in New Issue
Block a user