Skip to content

Commit 67f82e2

Browse files
committed
add type get into js ajax
1 parent 83d2174 commit 67f82e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

users/static/js/user-map.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ var REMINDER_MODE = 5;
3535
*/
3636
function addUsers(layer) {
3737
$.ajax({
38+
type: 'GET',
3839
url: '/users.json',
3940
dataType: 'json',
4041

0 commit comments

Comments
 (0)