|
|
|
@@ -250,7 +250,9 @@ export default async function initCloudrain() { |
|
|
|
$(".ui.basic.ai_delete").click(function () { |
|
|
|
const repoPath = this.dataset.repopath; |
|
|
|
const versionName = this.dataset.version; |
|
|
|
console.log("----this", this, this.dataset.version); |
|
|
|
if (repoPath && versionName) { |
|
|
|
console.log("----this", this); |
|
|
|
assertDelete(this, versionName, repoPath); |
|
|
|
} else { |
|
|
|
assertDelete(this); |
|
|
|
|