From f3bc9b2e9d426811977e933aaa4071304d6f8e6e Mon Sep 17 00:00:00 2001 From: Ruben de Laat Date: Sat, 17 Jan 2015 13:45:20 +1300 Subject: [PATCH] Updated menu --- plugin/plugin.xml | 1 + projecttree.html | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/plugin/plugin.xml b/plugin/plugin.xml index c03da5e6..133e10e3 100644 --- a/plugin/plugin.xml +++ b/plugin/plugin.xml @@ -3,5 +3,6 @@ org.bimserver.plugins.web.WebModulePlugin org.bimserver.bimviews.BimViewsWebModulePlugin + true \ No newline at end of file diff --git a/projecttree.html b/projecttree.html index 1240f5ca..ad11ee6c 100644 --- a/projecttree.html +++ b/projecttree.html @@ -4,12 +4,10 @@
  • Add sub project
  • Add service
  • -
  • Details
  • -
  • Download...
  • Checkin...
  • @@ -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){