Add server-side generation of faces : fixes face accessory issues, IE8
This commit is contained in:
parent
074952265f
commit
da32c2f0bd
5 changed files with 166 additions and 64 deletions
|
|
@ -41,7 +41,6 @@ DynMap.prototype = {
|
|||
inittime: new Date().getTime(),
|
||||
followingPlayer: '',
|
||||
missedupdates: 0,
|
||||
canvassupport: !!document.createElement('canvas').getContext,
|
||||
formatUrl: function(name, options) {
|
||||
var url = this.options.url[name];
|
||||
$.each(options, function(n,v) {
|
||||
|
|
@ -133,9 +132,6 @@ DynMap.prototype = {
|
|||
me.maptype.updateTileSize(me.map.zoom);
|
||||
$(me).trigger('zoomchanged');
|
||||
};
|
||||
|
||||
if(me.canvassupport == false)
|
||||
me.options.showplayerfacesinmenu = false;
|
||||
|
||||
/*google.maps.event.addListener(map, 'dragstart', function(mEvent) {
|
||||
me.followPlayer(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue