fix teamstore password

This commit is contained in:
franknstayn
2020-07-11 19:31:35 +08:00
parent bb139cb0df
commit 59e52125f7
5 changed files with 18 additions and 6 deletions

View File

@@ -147,6 +147,8 @@
$('.password-protected').click(function(){
$('#_teamstore_id').val($(this).data('store-id'))
// console.log($(this).data('store-id'))
$('#team-store-login').modal('show')
return false;