Browse Source

fix issue

tags/v1.22.7.1
zhoupzh 3 years ago
parent
commit
d1f541d56a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      web_src/js/features/cloudrbanin.js

+ 2
- 0
web_src/js/features/cloudrbanin.js View File

@@ -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);


Loading…
Cancel
Save