Skip to content

Commit 3392a20

Browse files
Issue 7580: inconsistent use of returnUrl parameter (#90)
2 parents f0d2247 + 2d4a83f commit 3392a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/resources/web/SequenceAnalysis/sequenceanalysisButtons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ SequenceAnalysis.Buttons = new function(){
320320
'query.queryName': dataRegion.queryName,
321321
dataRegionSelectionKey: 'query',
322322
'.select': checked,
323-
returnURL: window.location.pathname + window.location.search
323+
returnUrl: window.location.pathname + window.location.search
324324
});
325325
},
326326

0 commit comments

Comments
 (0)