This commit is contained in:
2016-02-13 00:42:38 +01:00
parent 4c20da7d65
commit 5b7fc52d7e
11 changed files with 335 additions and 72 deletions

View File

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