From d1f541d56a2a6c2f424f3bab5290b2f6c3aba3d3 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Fri, 15 Jul 2022 09:29:23 +0800 Subject: [PATCH] fix issue --- web_src/js/features/cloudrbanin.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web_src/js/features/cloudrbanin.js b/web_src/js/features/cloudrbanin.js index 15cb47e97..b7cfb4fe6 100644 --- a/web_src/js/features/cloudrbanin.js +++ b/web_src/js/features/cloudrbanin.js @@ -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);