Skip to content

Commit

Permalink
Move login.js into UI/js-src/lsmb
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Apr 13, 2020
1 parent 6506198 commit 40cc58c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions UI/login.js → UI/js-src/lsmb/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,3 @@ require(["dijit/ProgressBar", "dojo/domReady"],
}).placeAt("login-indicator", "only");
indicator.startup();
});


1 change: 1 addition & 0 deletions UI/js-src/lsmb/lsmb.profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ var profile = (function(){
"lsmb/SubscribeNumberTextBox",
"lsmb/SubscribeSelect",
"lsmb/SubscribeShowHide",
"lsmb/login",
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion UI/login.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?lsmb INCLUDE 'ui-header.html'
titlebar = "LedgerSMB $version"
include_stylesheet = ["login.css", "ledgersmb.css"]
include_script = [ 'login.js' ]
include_script = [ 'js/lsmb/login.js' ]
?>
<?lsmb
PROCESS elements.html -?>
Expand Down

0 comments on commit 40cc58c

Please sign in to comment.