1
0
Fork 0

semistanddard

This commit is contained in:
hkernbach 2016-10-04 15:45:18 +02:00
parent 7865c6d695
commit c467a462c1
1 changed files with 2 additions and 4 deletions

View File

@ -360,8 +360,8 @@
} else {
// aql mode - only visual
var value ;
if(color) {
var value;
if (color) {
updateCols();
} else if (event.currentTarget.id === 'g_layout') {
window.App.graphViewer.rerenderAQL($('#g_layout').val(), null);
@ -390,8 +390,6 @@
window.App.graphViewer.switchEdgeType($('#g_edgeType').val());
}
}
;
if
this.handleDependencies();
},