Ignore:
Timestamp:
Apr 21, 2011, 11:16:43 PM (13 years ago)
Author:
grum
Message:

bug:2148 - compatibility with piwigo 2.2
bug:2062 - compatibility with IE7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GMaps/js/gmapsMarkup.js

    r7616 r10551  
    22 * -----------------------------------------------------------------------------
    33 * file: gmapsMarkup.js
    4  * file version: 1.1.0
    5  * date: 2010-11-04
     4 * file version: 1.1.1
     5 * date: 2011-04-13
    66 */
    77
     
    1111      { w:32, h:32, x:15, y:31 }, // s02
    1212      { w:32, h:32, x:10, y:31 }, // s03
    13       { w:30, h:40, x:4, y:39 }, // s04
     13      { w:30, h:40, x:4, y:39 } // s04
    1414    ];
    1515
     
    4444                style:properties.mapTypeControl
    4545              },
    46             markerTitle:'',
     46            markerTitle:''
    4747          }
    4848        );
     
    134134      height:map.height,
    135135      distanceTreshold:20,
    136       loadIndex:map.gmapsIndex,
     136      loadIndex:map.gmapsIndex
    137137    };
    138138
Note: See TracChangeset for help on using the changeset viewer.