Merge branch 'new-messaging' into staging

This commit is contained in:
ansuz
2017-08-25 14:42:34 +02:00
13 changed files with 1449 additions and 10 deletions

View File

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