|
@ -706,6 +706,9 @@ $(document).ready(function() { |
|
|
} |
|
|
} |
|
|
postData.title = title |
|
|
postData.title = title |
|
|
} |
|
|
} |
|
|
|
|
|
if ($('.coreContent').css('display') !== 'none'){ |
|
|
|
|
|
postData.core_content = $('#coreTextarea').val() |
|
|
|
|
|
} |
|
|
if(!$('.custom-dropdown').hasClass('disNone')){ |
|
|
if(!$('.custom-dropdown').hasClass('disNone')){ |
|
|
var major= parseInt($('.dropdown-input').attr('selected_val')) |
|
|
var major= parseInt($('.dropdown-input').attr('selected_val')) |
|
|
if (major <= 0 || !major) { |
|
|
if (major <= 0 || !major) { |
|
|