Skip to content
Snippets Groups Projects
Unverified Commit 30059fe9 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix typoe in settings variable.

parent 42f9f11f
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ ANY_JS = {
},
'DataTables-Bootstrap4': {
'css_url': LocalSetting(default="/javascript/jquery-datatables/css/dataTables.bootstrap4.min.css"),
'js_url': LocalSetting("/javascript/jquery-datatables/dataTables.bootstrap4.min.js")
'js_url': LocalSetting(default="/javascript/jquery-datatables/dataTables.bootstrap4.min.js")
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment