| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b166b6b commit cb08f5d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -518,7 +518,7 @@ function getId(text) { | |||
| 518 | 518 | text = text.replace(/^_+|_+$/, ''); | |
| 519 | 519 | text = text.replace(/^([^a-z])/, '_$1'); | |
| 520 | 520 | if (idCounters.hasOwnProperty(text)) { | |
| 521 | - text += `_${(++idCounters[text])}`; | ||
| 521 | + text += `_${++idCounters[text]}`; | ||
| 522 | 522 | } else { | |
| 523 | 523 | idCounters[text] = 0; | |
| 524 | 524 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments