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 2be8f34 commit 4805f9fCopy full SHA for 4805f9f
docs/ssvc-explorer/simple.js
@@ -151,8 +151,8 @@ const graphModule = (function() {
151
if(/\s+$/.test(truncated) || /^\s/.test(dstr[18])) {
152
/* If it ends with spaces remove all spaces and the last
153
non-space character to show the word has been truncated */
154
- truncated = truncated.replace(/\s+$/, "");
155
- truncated = truncated.slice(0, -1);
+ truncated = truncated.replace(/\s+$/, "");
+ truncated = truncated.slice(0, -1);
156
}
157
dstr = truncated + "...";
158
0 commit comments