mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Add semi-colon in js
This commit is contained in:
parent
41411b8c2d
commit
c82e0fe20a
@ -310,7 +310,7 @@
|
||||
const serverId = new URLSearchParams(document.location.search).get('id')
|
||||
|
||||
$(document).ready(function () {
|
||||
console.log('ready for JS!')
|
||||
console.log('ready for JS!');
|
||||
$('#schedule_table').DataTable({
|
||||
'order': [4, 'asc'],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user