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.
2 parents 564c80b + 426e7be commit 179bd8dCopy full SHA for 179bd8d
src/front-end/templates/index.hbs
@@ -297,8 +297,8 @@
297
298
{{#if playground_js}}
299
<script src="{{ resource "ace.js" }}"></script>
300
- <script src="{{ resource "editor.js" }}"></script>
301
<script src="{{ resource "mode-rust.js" }}"></script>
+ <script src="{{ resource "editor.js" }}"></script>
302
<script src="{{ resource "theme-dawn.js" }}"></script>
303
<script src="{{ resource "theme-tomorrow_night.js" }}"></script>
304
{{/if}}
tests/gui/move-between-pages.goml
@@ -1,8 +1,5 @@
1
// This tests pressing the left and right arrows moving to previous and next page.
2
3
-// We disable the requests checks because `mode-rust.js` is not found.
4
-fail-on-request-error: false
5
-
6
go-to: |DOC_PATH| + "index.html"
7
8
// default page is the first numbered page
0 commit comments