work on contacts2 until feature parity is reached

This commit is contained in:
ansuz
2017-08-22 15:55:49 +02:00
parent 002eed0d6f
commit 89a13d4b21
8 changed files with 718 additions and 2 deletions

View File

@@ -635,6 +635,10 @@ define([
return loadingScreen();
};
Pages['/contacts2/'] = Pages['/contacts2/index.html'] = function () {
return loadingScreen();
};
Pages['/pad/'] = Pages['/pad/index.html'] = function () {
return loadingScreen();
};