diff --git a/js/core.js b/js/core.js index e2dd03d5..f41e0b1a 100644 --- a/js/core.js +++ b/js/core.js @@ -205,7 +205,6 @@ define([ eventMgr.onLayoutCreated(layout); } - ; // Create the PageDown editor var editor = undefined; @@ -333,7 +332,7 @@ define([ editor.undoManager.reinit(initDocumentContent, fileDesc.editorStart, fileDesc.editorEnd, fileDesc.editorScrollTop); // Hide default buttons - $(".wmd-button-row").addClass("btn-group").find("li:not(.wmd-spacer)").addClass("btn btn-default").css("left", 0).find("span").hide(); + $(".wmd-button-row").addClass("btn-group").find("li:not(.wmd-spacer)").addClass("btn btn-success").css("left", 0).find("span").hide(); // Add customized buttons $("#wmd-bold-button").append($('')); diff --git a/js/html/bodyIndex.html b/js/html/bodyIndex.html index 5dd58db3..398b3f93 100644 --- a/js/html/bodyIndex.html +++ b/js/html/bodyIndex.html @@ -6,15 +6,16 @@ -
  • -