diff --git a/resources/leaflet/LeafletLoader.js b/resources/leaflet/LeafletLoader.js index ab403ffa..c0c787c0 100644 --- a/resources/leaflet/LeafletLoader.js +++ b/resources/leaflet/LeafletLoader.js @@ -32,9 +32,9 @@ window.mapsLeafletList = []; 1000 ); - // mw.hook( 've.deactivationComplete' ).add( function() { - // clearInterval( thread ); - // } ); + mw.hook( 've.deactivationComplete' ).add( function() { + clearInterval( thread ); + } ); // surface.getModel().on( 'history', function() { // console.log('history');