Update gogs.js

pull/466/head
midoks 2 years ago
parent 40e8393c43
commit 899e58500e
  1. 5
      plugins/gogs/js/gogs.js

@ -201,7 +201,6 @@ function userProjectList(user, search){
req['search'] = search; req['search'] = search;
} }
$('.layui-layer-close1').click();
gogsPost('user_project_list', req, function(data){ gogsPost('user_project_list', req, function(data){
var rdata = []; var rdata = [];
try { try {
@ -242,7 +241,9 @@ function userProjectList(user, search){
<tbody>" + list + "</tbody>\ <tbody>" + list + "</tbody>\
</table>" + </table>" +
page + page +
"</div></div></div>" "</div>\
</div>\
</div>"
}); });
}); });
} }

Loading…
Cancel
Save