diff --git a/static/js/editor.js b/static/js/editor.js index 4c27871..7179510 100644 --- a/static/js/editor.js +++ b/static/js/editor.js @@ -77,6 +77,7 @@ $(document).ready(function () { var text = $(this).text().trim(); var component = $(this).data("component"); $(this).html(""); + $(this).closest("a").removeAttr("href"); // Issue #33 }); $(".sw-complex").each(function () {