Skip to content

Commit

Permalink
remove debug leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
RensDofferhoff committed Mar 8, 2023
1 parent f6199cc commit 998f407
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Desktop/html/js/jaspwidgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,6 @@ JASPWidgets.Toolbar = JASPWidgets.View.extend({
hasRemove: (parent.hasRemove === undefined || parent.hasRemove()) && parent.removeMenuClicked !== undefined,
hasDuplicate: (parent.hasDuplicate === undefined || parent.hasDuplicate()) && parent.duplicateMenuClicked !== undefined,
hasShowDeps: (parent.hasShowDeps === undefined || parent.hasShowDeps()) && parent.showDependenciesClicked !== undefined,
hasHideDeps: true,
hasCollapse: (parent.hasCollapse === undefined || parent.hasCollapse()) && parent.collapseMenuClicked !== undefined,
hasLaTeXCode: (parent.hasLaTeXCode === undefined || parent.hasLaTeXCode()) && parent.latexCodeMenuClicked !== undefined,
hasRemoveAllAnalyses: parent.menuName === 'All',
Expand Down

0 comments on commit 998f407

Please sign in to comment.