mirror of https://github.com/JohnHammond/CTFd.git
Run prettier
parent
ff2e4c9dd0
commit
1ad520a8e7
|
@ -78,7 +78,7 @@ export default () => {
|
||||||
let url = new URL(window.location);
|
let url = new URL(window.location);
|
||||||
url.searchParams.set("page", this.value);
|
url.searchParams.set("page", this.value);
|
||||||
window.location.href = url.toString();
|
window.location.href = url.toString();
|
||||||
})
|
});
|
||||||
|
|
||||||
makeSortableTables();
|
makeSortableTables();
|
||||||
$('[data-toggle="tooltip"]').tooltip();
|
$('[data-toggle="tooltip"]').tooltip();
|
||||||
|
|
|
@ -31,7 +31,7 @@ export default () => {
|
||||||
let url = new URL(window.location);
|
let url = new URL(window.location);
|
||||||
url.searchParams.set("page", this.value);
|
url.searchParams.set("page", this.value);
|
||||||
window.location.href = url.toString();
|
window.location.href = url.toString();
|
||||||
})
|
});
|
||||||
|
|
||||||
$('[data-toggle="tooltip"]').tooltip();
|
$('[data-toggle="tooltip"]').tooltip();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue