linting fixes
This commit is contained in:
parent
f8e51b5826
commit
b82cf887e2
4 changed files with 14 additions and 4 deletions
|
@ -4,7 +4,9 @@
|
|||
* @return {undefined}
|
||||
*/
|
||||
|
||||
/* eslint-disable no-unused-vars */
|
||||
function disableGuidedTour(csrf_token) {
|
||||
'use strict'
|
||||
fetch("/guided-tour/False", {
|
||||
headers: {
|
||||
"X-CSRFToken": csrf_token,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue