File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1634,7 +1634,6 @@ function processPokemon(item) {
1634
1634
1635
1635
if ( ! ( item [ 'encounter_id' ] in mapData . pokemons ) &&
1636
1636
! isPokeExcluded && ! isRarityExcluded && isPokeAlive ) {
1637
-
1638
1637
// Add marker to map and item to dict.
1639
1638
const isNotifyPkmn = isNotifyPoke ( item )
1640
1639
if ( ! item . hidden && ( ! Store . get ( 'hideNotNotified' ) || isNotifyPkmn ) ) {
@@ -2467,7 +2466,7 @@ $(function () {
2467
2466
$switchActiveRaidGymsOnly . on ( 'change' , function ( ) {
2468
2467
Store . set ( 'showActiveRaidsOnly' , this . checked )
2469
2468
lastgyms = false
2470
-
2469
+
2471
2470
updateMap ( )
2472
2471
} )
2473
2472
@@ -2927,17 +2926,17 @@ $(function () {
2927
2926
2928
2927
$ ( '#bounce-switch' ) . change ( function ( ) {
2929
2928
Store . set ( 'isBounceDisabled' , this . checked )
2930
- location . reload ( ) ;
2929
+ location . reload ( )
2931
2930
} )
2932
2931
2933
2932
$ ( '#hideunnotified-switch' ) . change ( function ( ) {
2934
2933
Store . set ( 'hideNotNotified' , this . checked )
2935
- location . reload ( ) ;
2934
+ location . reload ( )
2936
2935
} )
2937
2936
2938
2937
$ ( '#popups-switch' ) . change ( function ( ) {
2939
2938
Store . set ( 'showPopups' , this . checked )
2940
- location . reload ( ) ;
2939
+ location . reload ( )
2941
2940
} )
2942
2941
2943
2942
$ ( '#cries-switch' ) . change ( function ( ) {
You can’t perform that action at this time.
0 commit comments