mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Using elm-format for all files
This commit is contained in:
@ -5,13 +5,6 @@ var elmApp = Elm.Main.init({
|
||||
flags: elmFlags
|
||||
});
|
||||
|
||||
elmApp.ports.initElements.subscribe(function() {
|
||||
// console.log("Initialsing elements …");
|
||||
// $('.ui.dropdown').dropdown();
|
||||
// $('.ui.checkbox').checkbox();
|
||||
// $('.ui.accordion').accordion();
|
||||
});
|
||||
|
||||
elmApp.ports.setAccount.subscribe(function(authResult) {
|
||||
console.log("Add account from local storage");
|
||||
localStorage.setItem("account", JSON.stringify(authResult));
|
||||
|
Reference in New Issue
Block a user