mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-23 07:04:27 +01:00
Run prettier
This commit is contained in:
@@ -78,7 +78,7 @@ export default () => {
|
||||
let url = new URL(window.location);
|
||||
url.searchParams.set("page", this.value);
|
||||
window.location.href = url.toString();
|
||||
})
|
||||
});
|
||||
|
||||
makeSortableTables();
|
||||
$('[data-toggle="tooltip"]').tooltip();
|
||||
|
||||
@@ -31,7 +31,7 @@ export default () => {
|
||||
let url = new URL(window.location);
|
||||
url.searchParams.set("page", this.value);
|
||||
window.location.href = url.toString();
|
||||
})
|
||||
});
|
||||
|
||||
$('[data-toggle="tooltip"]').tooltip();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user