Update index.js
This commit is contained in:
parent
8d3a45bb17
commit
03ef93bf0c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ const Map = {
|
|||
})
|
||||
|
||||
$('#wrapper').mousedown(function (e){
|
||||
if(e.button==1)return false;
|
||||
if(e.button === 1)return false;
|
||||
});
|
||||
|
||||
$('.starMap').click(function () {
|
||||
|
|
Loading…
Add table
Reference in a new issue