Commit eaab5425 authored by c24b's avatar c24b

[DEL]- tentative d'ajout de option search corpus

parent d9c47112
......@@ -178,7 +178,6 @@
{% endfor %}
{% endif %}
<!-- Modal -->
<div class="modal fade" id="stack1" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
......@@ -200,7 +199,6 @@
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!-- Modal -->
<div class="modal fade" id="addcorpus" tabindex="-1" role="dialog" aria-labelledby="myModalLabel2" aria-hidden="true">
<div class="modal-dialog">
......@@ -473,6 +471,8 @@
console.log($(this).val())
if(theType=="Pubmed (XML format)")
testPUBMED( $(this).val() )
if(theType=="Cern (XML format)")
testPUBMED( $(this).val() )
});
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment