We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399505b commit d0fd923Copy full SHA for d0fd923
opengrok-web/src/main/webapp/list.jsp
@@ -88,7 +88,7 @@ document.pageReady.push(function() { pageReadyList();});
88
PageConfig cfg = PageConfig.get(request);
89
String rev = cfg.getRequestedRevision();
90
Project project = cfg.getProject();
91
- final String DUMMY_REVISION = "dummy";
+ final String DUMMY_REVISION = "unknown";
92
93
String navigateWindowEnabled = project != null ? Boolean.toString(
94
project.isNavigateWindowEnabled()) : "false";
0 commit comments