This commit is contained in:
2016-02-13 00:36:12 +01:00
parent 316f15db48
commit 3feadddb03
9 changed files with 295 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
/**
* @file login_page.js
* @author frtk@tetalab
*/
NPGClient.LoginPage = {
pageIdx: 0,
page: new NPGClient.AppPage('login'),
};