Skip to content

Commit

Permalink
Revert "VSPC-196 fixed broken link"
Browse files Browse the repository at this point in the history
This reverts commit fda3666.

revert
  • Loading branch information
ajay Yadav authored and ajay Yadav committed Nov 20, 2024
1 parent 1103247 commit 8f67f83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vspace/src/main/webapp/WEB-INF/views/staff/spaces/space.html
Original file line number Diff line number Diff line change
Expand Up @@ -1566,9 +1566,8 @@
$("#createModuleLinkAlert").hide();
$("#errorMsg").text("");
$("#module-selectedImage").empty();
$("#module-imageId").val(null).trigger('change');
$("#module-imageId").value("");
$('#errorAlert').hide();
console.log("Success");
$("."+linkData["id"]).remove();
form[0].reset();
$("#space").css("display", "none");
Expand Down

0 comments on commit 8f67f83

Please sign in to comment.