fix extra space for qq load more function

This commit is contained in:
Listen 1 2017-11-06 21:53:47 +08:00 committed by GitHub
parent ef9db046a1
commit ffb9b4a051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ var qq = (function() {
'?rnd=0.4781484879517406&g_tk=732560869&jsonpCallback=MusicJsonCallback' +
'&loginUin=0&hostUin=0&format=jsonp&inCharset=utf8&outCharset=utf-8' +
'&notice=0&platform=yqq&needNewCode=0' +
'&categoryId=10000000&sortId=5&sin= ' + offset + '&ein=' + (49 + offset);
'&categoryId=10000000&sortId=5&sin=' + offset + '&ein=' + (49 + offset);
return {
success: function(fn) {