File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -967,7 +967,6 @@ JASPWidgets.Toolbar = JASPWidgets.View.extend({
967967 hasRemove : ( parent . hasRemove === undefined || parent . hasRemove ( ) ) && parent . removeMenuClicked !== undefined ,
968968 hasDuplicate : ( parent . hasDuplicate === undefined || parent . hasDuplicate ( ) ) && parent . duplicateMenuClicked !== undefined ,
969969 hasShowDeps : ( parent . hasShowDeps === undefined || parent . hasShowDeps ( ) ) && parent . showDependenciesClicked !== undefined ,
970- hasHideDeps : true ,
971970 hasCollapse : ( parent . hasCollapse === undefined || parent . hasCollapse ( ) ) && parent . collapseMenuClicked !== undefined ,
972971 hasLaTeXCode : ( parent . hasLaTeXCode === undefined || parent . hasLaTeXCode ( ) ) && parent . latexCodeMenuClicked !== undefined ,
973972 hasRemoveAllAnalyses : parent . menuName === 'All' ,
You can’t perform that action at this time.
0 commit comments