diff --git a/www/css/app.css b/www/css/app.css index 4e8cd6c..bf2ce1d 100644 --- a/www/css/app.css +++ b/www/css/app.css @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + html, body { height: 100%; } diff --git a/www/css/inject_mini.css b/www/css/inject_mini.css index 70327f7..fb95f57 100644 --- a/www/css/inject_mini.css +++ b/www/css/inject_mini.css @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + /* A tiny bit of CSS to inject into apps even if injectcode = false. diff --git a/www/css/sidemenu.css b/www/css/sidemenu.css index acbc65a..0e847db 100644 --- a/www/css/sidemenu.css +++ b/www/css/sidemenu.css @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + #swipe-nav { display: none; visibility: hidden; diff --git a/www/index.html b/www/index.html index 123445e..17f63fd 100644 --- a/www/index.html +++ b/www/index.html @@ -1,4 +1,7 @@ + Netsyms Business for Mobile diff --git a/www/js/app.js b/www/js/app.js index 50d3dfb..a881f68 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + userinfo = null; document.addEventListener("deviceready", function () { diff --git a/www/js/sidemenu.js b/www/js/sidemenu.js index 621e1d7..80e9a89 100644 --- a/www/js/sidemenu.js +++ b/www/js/sidemenu.js @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + /* * sidemenu.js */ diff --git a/www/views/addotp.html b/www/views/addotp.html index 4a77519..7f7a601 100644 --- a/www/views/addotp.html +++ b/www/views/addotp.html @@ -1,3 +1,6 @@ +
diff --git a/www/views/app.html b/www/views/app.html index 6d6f34e..4941470 100644 --- a/www/views/app.html +++ b/www/views/app.html @@ -1,3 +1,6 @@ + diff --git a/www/views/appspinner.html b/www/views/appspinner.html index dbe0aa9..10f7edf 100644 --- a/www/views/appspinner.html +++ b/www/views/appspinner.html @@ -1,4 +1,8 @@ + + Loading diff --git a/www/views/credits.html b/www/views/credits.html index a2eeee1..63f40c9 100644 --- a/www/views/credits.html +++ b/www/views/credits.html @@ -1,3 +1,6 @@ +