-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Closed
Labels
Milestone
Description
Description of the problem
#14846 stripped the localization from the [path] placeholder to get the links to the source files working again but the edit button in the top right needed that to point to the localized docs file.
Lines 102 to 106 in 12450be
| button.addEventListener( 'click', function ( event ) { | |
| window.open( 'https://github.com/mrdoob/three.js/blob/dev/docs/' + section + '/' + path + '.html' ); | |
| }, false ); |
First noticed in #14750 (comment) as far as I can tell. A previous hotfix(hiding the button) was applied in 0c58464, but got removed with the release of r96.