Ignore:
Timestamp:
Sep 18, 2014, 11:02:32 AM (10 years ago)
Author:
alloc
Message:

Map fix for no mapinfo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/webserver/js/index.js

    r190 r193  
    519519        TILESIZE = data.blockSize;
    520520        MAXZOOM = data.maxZoom;
    521         initMap();
    522521})
    523522.fail(function(jqxhr, textStatus, error) {
     
    525524})
    526525.always(function() {
    527         //updateClaimTimer = window.setTimeout(updateClaimsEvent, 3000);
     526        initMap();
    528527});
    529528
Note: See TracChangeset for help on using the changeset viewer.