no more need for manual scroll reseting
This commit is contained in:
parent
208ab8d68d
commit
bc7c831006
1 changed files with 0 additions and 3 deletions
|
@ -46,9 +46,7 @@
|
||||||
if (Metamaps.Active.Mapper) {
|
if (Metamaps.Active.Mapper) {
|
||||||
Metamaps.GlobalUI.hideDiv('#yield')
|
Metamaps.GlobalUI.hideDiv('#yield')
|
||||||
|
|
||||||
//Metamaps.Header.changeSection(!!Metamaps.Active.Mapper, 'active')
|
|
||||||
Metamaps.GlobalUI.showDiv('#explore')
|
Metamaps.GlobalUI.showDiv('#explore')
|
||||||
//$('#exploreMaps').scrollTop(0)
|
|
||||||
|
|
||||||
Metamaps.Views.exploreMaps.setCollection(Metamaps.Maps.Active)
|
Metamaps.Views.exploreMaps.setCollection(Metamaps.Maps.Active)
|
||||||
if (Metamaps.Maps.Active.length === 0) {
|
if (Metamaps.Maps.Active.length === 0) {
|
||||||
|
@ -137,7 +135,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
Metamaps.GlobalUI.showDiv('#explore')
|
Metamaps.GlobalUI.showDiv('#explore')
|
||||||
//$('#exploreMaps').scrollTop(0)
|
|
||||||
Metamaps.GlobalUI.hideDiv('#yield')
|
Metamaps.GlobalUI.hideDiv('#yield')
|
||||||
Metamaps.GlobalUI.hideDiv('#infovis')
|
Metamaps.GlobalUI.hideDiv('#infovis')
|
||||||
Metamaps.GlobalUI.hideDiv('#instructions')
|
Metamaps.GlobalUI.hideDiv('#instructions')
|
||||||
|
|
Loading…
Add table
Reference in a new issue