5,960
edits
No edit summary |
No edit summary |
||
Line 169: | Line 169: | ||
for (i = 0; i < numbers.length; i++) { | for (i = 0; i < numbers.length; i++) { | ||
var target = numbers[i].href; | var target = numbers[i].href; | ||
target = target.replace("Logisch-philosophische_Abhandlung", "Logisch-philosophische_Abhandlung_( | target = target.replace("Logisch-philosophische_Abhandlung", "Logisch-philosophische_Abhandlung_(statische_Darstellung_in_Baumstruktur)"); | ||
numbers[i].href = target; | numbers[i].href = target; | ||
} | } |