forgeplus/app/views/admins/mirror_repositories/merge.js.erb

5 lines
118 B
Plaintext

$.notify({ message: '操作成功' },{ type: 'success' });
setTimeout(function(){
window.location.reload();
}, 500)