Skip to content

Commit

Permalink
SAK-26142 removed unneeded class name
Browse files Browse the repository at this point in the history
  • Loading branch information
relong76 committed Jan 9, 2015
1 parent 58d2578 commit 614e4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syllabus/syllabus-app/src/webapp/js/syllabus.js
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ function showConfirmAdd(msgs, mainframeId){
var emptyDiv = $('<div></div>', this.top.document);
$('<div></div>').appendTo('body')
.html("<div><h6>" + msgs.syllabus_title + "</h6><input type='text' id='newTitle'/></div><div style='display:none' id='requiredTitle' class='warning'>" + msgs.required + "</div>" +
"<h6>" + msgs.syllabus_content + "</h6><div class='editItem bodyInput' id='newContentDiv'><textarea cols='120' id='newContentTextAreaWysiwyg'/></div>")
"<h6>" + msgs.syllabus_content + "</h6><div class='bodyInput' id='newContentDiv'><textarea cols='120' id='newContentTextAreaWysiwyg'/></div>")
.dialog({
position: {
my: 'center top',
Expand Down

0 comments on commit 614e4b9

Please sign in to comment.