fix-share
This commit is contained in:
@@ -542,8 +542,7 @@ function shareKey() {
|
||||
} else {
|
||||
var modald = showmodaltext("<div style='text-align:center' class='nnt'><i class='fa fa-spin fa-cog' style='font-size:2rem;color:#4e73df'></i><p style='margin-top:6px;margin-bottom:0;color:#4e73df;font-size:1rem;font-weight:bold'>" + JSLang[lang].loading + "</p></div>")
|
||||
$.get('removeShareKey', {
|
||||
'projectName': globalProjectName,
|
||||
'projectPass': globalProjectPass
|
||||
'shareid': globalShareKey
|
||||
}, function(res) {
|
||||
if (res == 1) {
|
||||
$("#shareKey").addClass('btn-secondary')
|
||||
|
||||
Reference in New Issue
Block a user