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 2414163 + e2d711f commit ff29989Copy full SHA for ff29989
1 file changed
scripts/js/gravity.js
@@ -15,7 +15,7 @@ function eventsource() {
15
const outputElement = document.getElementById("output");
16
const gravityBtn = document.getElementById("gravityBtn");
17
const csrfToken = document.querySelector('meta[name="csrf-token"]').getAttribute("content");
18
- const url = `${document.body.dataset.apiurl}/action/gravity`;
+ const url = `${document.body.dataset.apiurl}/action/gravity?color=true`;
19
20
if (outputElement.innerHTML.length > 0) {
21
outputElement.innerHTML = "";
0 commit comments