Skip to content
Snippets Groups Projects
Commit 12ad2b5d authored by Piotr Gawron's avatar Piotr Gawron
Browse files

fix on context menu

parent 53ad43dd
No related branches found
No related tags found
1 merge request!5Frontend refactor
......@@ -10,7 +10,6 @@
>
<f:view contentType="text/html">
<h:head>
<title>#{mapMB.currentProject.name}</title>
......@@ -24,7 +23,6 @@
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="https://cdn.datatables.net/1.10.13/js/jquery.dataTables.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.13/css/jquery.dataTables.min.css"/>
<link rel="shortcut icon" href="./resources/images/favicon.png" type="image/png" />
......@@ -69,22 +67,17 @@ function initMap(){
<div style="height:100%;width:100%;position:relative">
<div id="menuBelt" class="menuBelt"/>
<div id="mapElement" class="mapClass"/>
<div id="legendBox" class="legendBox"/ >
<div id="legend" class="legendBox" />
</div>
</div>
<ul id="contextMenu" />
<ul id="selectionContextMenu" />
</div>
<h:form id="_gmapForm">
<p:contextMenu id="contextMenu" model="#{exportMB.contextMenu}" />
<p:contextMenu id="selectionContextMenu" model="#{exportMB.imageExportMenu}" />
</h:form>
<h:form id="accessReferenceGenomeForm">
<p:remoteCommand name="_sendReferenceGenomeDetailRequest" actionListener="#{referenceGenomeMB.requestJavasciptGenomeDetails}" />
</h:form>
</h:body>
</f:view>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment