spc
This commit is contained in:
@@ -303,7 +303,7 @@ $('.figure').dblclick( CallViewRouteWrapper )
|
||||
// different context menu on files
|
||||
$.contextMenu({
|
||||
selector: '.entry',
|
||||
build: function($triggerElement, e){
|
||||
build: function($triggerElement, e) {
|
||||
// when right-clicking & no selection add one OR deal with ctrl/shift right-lick as it always changes seln
|
||||
if( NoSel() || e.ctrlKey || e.shiftKey )
|
||||
{
|
||||
@@ -311,7 +311,6 @@ $.contextMenu({
|
||||
SetButtonState();
|
||||
}
|
||||
|
||||
|
||||
if( FiguresOrDirsOrBoth() == "figure" )
|
||||
{
|
||||
item_list = {
|
||||
|
||||
Reference in New Issue
Block a user