[SSE] Fix internal hyperlink
This commit is contained in:
parent
46dc5a1e14
commit
20341f094e
|
@ -410,7 +410,7 @@ define([
|
|||
this.inputDisplay.setValue(list);
|
||||
} else {
|
||||
var val = this.inputRange.getValue();
|
||||
this.inputDisplay.setValue(list + (list!=='' || val!=='' ? '!' : '') + val);
|
||||
this.inputDisplay.setValue(list + (list!=='' && val!=='' ? '!' : '') + val);
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue