Changeset 10551 for extensions/GMaps/js


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

Location:
extensions/GMaps/js
Files:
3 added
3 deleted
3 edited

Legend:

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

    r7616 r10551  
    22 * -----------------------------------------------------------------------------
    33 * file: gmapsCategory.js
    4  * file version: 1.2.0
    5  * date: 2010-11-04
     4 * file version: 1.2.1
     5 * date: 2011-04-21
    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
     
    3939          style:properties.mapTypeControl
    4040        },
    41       markerTitle:'',
     41      markerTitle:''
    4242    }
    4343  );
     
    452452        {
    453453          autoOpen:false,
    454           width:'auto',
     454          width:$('#'+gmaps.maps[i].id).width(),
    455455          height:'auto',
    456456          modal: true,
  • 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
  • extensions/GMaps/js/gmapsPicture.js

    r7500 r10551  
    22 * -----------------------------------------------------------------------------
    33 * file: gmapsPicture.js
    4  * file version: 1.1.0
    5  * date: 2010-10-20
     4 * file version: 1.1.1
     5 * date: 2011-04-21
    66 */
    77
     
    1616      { w:32, h:32, x:15, y:31 }, // s02
    1717      { w:32, h:32, x:10, y:31 }, // s03
    18       { w:30, h:40, x:4, y:39 }, // s04
     18      { w:30, h:40, x:4, y:39 } // s04
    1919    ];
    2020
     
    3737                    style:properties.mapTypeControl
    3838                  },
    39                 markerTitle:'',
     39                markerTitle:''
    4040              }
    4141            ),
     
    181181        {
    182182          autoOpen:false,
    183           width:'auto',
     183          width:$('#iGMapsIcon').width(),
    184184          height:'auto',
    185185          modal: true,
Note: See TracChangeset for help on using the changeset viewer.