Index: section-info-inner.html =================================================================== --- section-info-inner.html (revision 7332) +++ section-info-inner.html (working copy) @@ -63,6 +63,7 @@ $(".remove-btn").click(function () { $(this).parents("tr").css("background-color", "#FFE59F").fadeOut("slow", function(){ $(this).remove(); + }); return false; }); @@ -75,7 +76,7 @@ $("#continue").click(function () { hideMessage(); - return false; + return false; }); $(".editInstructions a").click(function () { @@ -91,15 +92,16 @@ return false; }; + var hideMessage = function () { $("#demo-overlay").hide(); return false; }; - var myUndoRenderer = function (that, targetContainer) { + var myUndoRenderer = function (that, targetContainer) { //added titles to link. must do another build of this. var markup = "" + - "Undo" + - "Redo" + + "Undo" + + "Redo" + ""; var markupNode = $(markup); targetContainer.append(markupNode); @@ -119,7 +121,7 @@