diff --git a/src/templates/app.html b/src/templates/app.html index ca84d30e1..ed03a8005 100644 --- a/src/templates/app.html +++ b/src/templates/app.html @@ -18,6 +18,10 @@ +
+ +
+

@@ -40,15 +44,6 @@

- - - - - - - - -
+ + @@ -188,6 +215,7 @@ + diff --git a/static/js/settings.js b/static/js/settings.js new file mode 100644 index 000000000..bca76f20f --- /dev/null +++ b/static/js/settings.js @@ -0,0 +1,14 @@ +function displaySettings() { + $("#settingsDialog").dialog({ + modal: true, + width: 600 + }); + + $("#settingsTabs").tabs(); +} + +$("#changePasswordForm").submit(() => { + console.log("Submit"); + + return false; +}); \ No newline at end of file