@hydra-acp/browser 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ui/index.html +1 -2
- package/package.json +1 -1
package/dist/ui/index.html
CHANGED
|
@@ -1071,8 +1071,7 @@ pre code { background: transparent; padding: 0; }
|
|
|
1071
1071
|
return "untitled";
|
|
1072
1072
|
}
|
|
1073
1073
|
function shortSessionId(sessionId) {
|
|
1074
|
-
|
|
1075
|
-
return tail.length > 10 ? tail.slice(0, 10) : tail;
|
|
1074
|
+
return sessionId.replace(/^hydra_session_/, "");
|
|
1076
1075
|
}
|
|
1077
1076
|
function fmtTokens(n) {
|
|
1078
1077
|
if (!Number.isFinite(n)) return "?";
|