Merge branch 'msg' into staging

This commit is contained in:
yflory
2017-07-10 11:48:22 +02:00
27 changed files with 1341 additions and 21 deletions

View File

@@ -489,6 +489,10 @@ define([
return loadingScreen();
};
Pages['/friends/'] = Pages['/friends/index.html'] = function () {
return loadingScreen();
};
Pages['/pad/'] = Pages['/pad/index.html'] = function () {
return loadingScreen();
};
@@ -501,5 +505,9 @@ define([
return loadingScreen();
};
Pages['/invite/'] = Pages['/invite/index.html'] = function () {
return loadingScreen();
};
return Pages;
});