Commit 3ead9796 authored by Mathieu Rodic's avatar Mathieu Rodic

[BUG] corrected slight bug with the popover

(cf. commit 93957939)
parent 93957939
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
<li>Add new documents</li> <li>Add new documents</li>
<li onclick=&quot; <li onclick=&quot;
garganrest.nodes.delete({{corpus.id}}, function(){$('#corpus_'+{{corpus.id}}).remove()}); garganrest.nodes.delete({{corpus.id}}, function(){$('#corpus_'+{{corpus.id}}).remove()});
$(this).parent().parent().parent().remove(); $(this).parent().parent().remove();
&quot;><a href=&quot;#&quot;>Delete</a></li> &quot;><a href=&quot;#&quot;>Delete</a></li>
</ul> </ul>
">Manage</button> ">Manage</button>
......
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