diff --git a/vasl_templates/webapp/static/main.js b/vasl_templates/webapp/static/main.js index 91df2b1..baf103f 100644 --- a/vasl_templates/webapp/static/main.js +++ b/vasl_templates/webapp/static/main.js @@ -77,8 +77,6 @@ $(document).ready( function () { program_info: { label: "Program info", icon: imagesDir+"/info.png", action: show_program_info }, show_help: { label: "Help", icon: imagesDir+"/help.png", action: show_help }, } ; - if ( getUrlParam( "pyqt" ) ) - delete menuItems.program_info ; $menu.popmenu( menuItems ) ; // nb: we only show the popmenu on left click (not the normal right-click) $menu.off( "contextmenu" ) ;