Skip to content

Commit

Permalink
Updated menu
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendel committed Jan 17, 2015
1 parent 998c531 commit f3bc9b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions plugin/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
<PluginImplementation>
<interfaceClass>org.bimserver.plugins.web.WebModulePlugin</interfaceClass>
<implementationClass>org.bimserver.bimviews.BimViewsWebModulePlugin</implementationClass>
<enabled>true</enabled>
</PluginImplementation>
</PluginDescriptor>
8 changes: 0 additions & 8 deletions projecttree.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
<li><a class="addSubProject">Add sub project</a></li>
<li><a class="btnAddService">Add service</a></li>
<li class="divider"></li>
<li><a class="btnDetails">Details</a></li>
<li class="dropdown-submenu revisionsLi">
<a>Revisions</a>
<ul class="revisions dropdown-menu"></ul>
</li>
<li class="divider"></li>
<li><a class="btnDownload"><i class="glyphicon glyphicon-cloud-download"></i> Download...</a></li>
<li><a class="btnCheckin"><i class="glyphicon glyphicon-cloud-upload"></i> Checkin...</a></li>
</ul>
Expand Down Expand Up @@ -453,12 +451,6 @@
dropdown.hide();
main.showAddService(othis.project);
});
dropdown.find(".btnDetails").click(function(){
dropdown.hide();
Global.bimServerApi.call("Bimsie1ServiceInterface", "getProjectByPoid", {poid: othis.selectedNode.poid}, function(project){
projectPage.loadDetails(project);
});
});
dropdown.find(".btnCheckin").click(function(){
dropdown.hide();
Global.bimServerApi.call("Bimsie1ServiceInterface", "getProjectByPoid", {poid: othis.selectedNode.poid}, function(project){
Expand Down

0 comments on commit f3bc9b2

Please sign in to comment.