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