.
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
<p>Too many journals to choose?<br> Please select the topic of your manuscript.</p>
|
||||
<!-- <input id="comindex" autocomplete="off" placeholder="Please choose topics">-->
|
||||
<div id="com_index" name="name"></div>
|
||||
<span class="es_serch_span" style="display: none;font-size: 12px;color: #e91c1c;margin-left: 5px;">Please choose topics!</span>
|
||||
<span class="es_serch_span" style="display: none;font-size: 12px;color: #e91c1c;margin-left: 5px;">Please select a topic!</span>
|
||||
<a target="_blank" class="es_serch_btn">
|
||||
<i class="fa fa-search" aria-hidden="true"></i>
|
||||
</a>
|
||||
|
||||
@@ -75,6 +75,7 @@ function sy_index() {
|
||||
$('.es_serch_span').css('display', 'none')
|
||||
if ($('#com_index').selectivity('val') == null) {
|
||||
$('.es_serch_span').css('display', 'block')
|
||||
|
||||
ShowDanger("Request was aborted!");
|
||||
} else {
|
||||
window.open("atr_wisdom.html?&wis_dom=" + $('#com_index').selectivity('val'));
|
||||
@@ -8143,6 +8144,7 @@ function art_wisdom() {
|
||||
$('.es_serch_span').css('display', 'none')
|
||||
if ($('#com_index').selectivity('val') == null) {
|
||||
$('.es_serch_span').css('display', 'inline')
|
||||
$('.es_serch_span').text('Please select a topic')
|
||||
ShowDanger("Request was aborted!");
|
||||
} else {
|
||||
window.open("atr_wisdom.html?&wis_dom=" + $('#com_index').selectivity('val'));
|
||||
|
||||
Reference in New Issue
Block a user