|
|
@ -618,11 +618,11 @@ function regexTopicDescription()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
function submit_topic_project()
|
|
|
|
function submit_topic_project()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if(regexTopicSubject() && regexTopicDescription())
|
|
|
|
// if(regexTopicSubject() && regexTopicDescription())
|
|
|
|
{
|
|
|
|
// {
|
|
|
|
message_content_editor.sync();
|
|
|
|
message_content_editor.sync();
|
|
|
|
$("#message-form-project").submit();
|
|
|
|
$("#message-form-project").submit();
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function reset_topic(){
|
|
|
|
function reset_topic(){
|
|
|
|