← Back to index
|
Original Bugzilla link
Bug 14326 – syntax highlighting of dpl-docs no longer works
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-03-24T18:48:00Z
Last change time
2015-06-18T16:54:20Z
Assigned to
sludwig
Creator
code
Comments
Comment #0
by code — 2015-03-24T18:48:26Z
Probably related to the exception I get for this line. $('#symbolSearchPane').show(); Uncaught ReferenceError: $ is not defined
Comment #1
by github-bugzilla — 2015-03-24T19:58:03Z
Commits pushed to master at
https://github.com/D-Programming-Language/dlang.org
https://github.com/D-Programming-Language/dlang.org/commit/1ec3961e7fa4fd7840408be54c6213fc1dc13ede
Fix issue 14326 - Fixes JS error and missing syntax highlighting. Was caused by missing imports of jQuery and the Prettify CSS.
https://github.com/D-Programming-Language/dlang.org/commit/0c1bce0ddd80ed3b244580b42489f268cb9d4fac
Merge pull request #937 from s-ludwig/master Fix issue 14326 - Fixes JS error and missing syntax highlighting.
Comment #2
by github-bugzilla — 2015-06-18T16:54:20Z
Commits pushed to stable at
https://github.com/D-Programming-Language/dlang.org
https://github.com/D-Programming-Language/dlang.org/commit/1ec3961e7fa4fd7840408be54c6213fc1dc13ede
Fix issue 14326 - Fixes JS error and missing syntax highlighting.
https://github.com/D-Programming-Language/dlang.org/commit/0c1bce0ddd80ed3b244580b42489f268cb9d4fac
Merge pull request #937 from s-ludwig/master