resolve merge conflicts in template.js

This commit is contained in:
ansuz
2017-06-27 14:28:28 +02:00
2 changed files with 6 additions and 1 deletions

View File

@@ -285,6 +285,10 @@ define([
return h('div#container');
};
Pages['/profile/'] = Pages['/profile/index.html'] = function () {
return h('div#container');
};
Pages['/register/'] = Pages['/register/index.html'] = function () {
return [h('div#main', [
h('div.mainOverlay'),