Browse Source

Merge branch 'dev' into test

XMTT 6 years ago
parent
commit
d938cd597b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/discover.js

+ 1 - 1
js/discover.js

902
			dataType: 'json',
902
			dataType: 'json',
903
			type: 'GET', 
903
			type: 'GET', 
904
			data: {
904
			data: {
905
				"professorId": userid,
905
				"ownerId": userid,
906
			},
906
			},
907
			success:function(data){
907
			success:function(data){
908
				if(data.success){
908
				if(data.success){