Add empty account home page
This commit is contained in:
parent
f352c1dfbb
commit
bd443cdfb1
6 changed files with 28 additions and 2 deletions
9
app/assets/javascripts/index/home.js
Normal file
9
app/assets/javascripts/index/home.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
OSM.Home = function (map) {
|
||||
const page = {};
|
||||
|
||||
page.pushstate = page.popstate = page.load = function () {
|
||||
map.setSidebarOverlaid(true);
|
||||
};
|
||||
|
||||
return page;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue