Skip to content

Commit

Permalink
builds.js: fix typo
Browse files Browse the repository at this point in the history
This unbreaks the /builds page.

Fixes #48.
  • Loading branch information
bsiegert committed Dec 19, 2023
1 parent 053a919 commit 5a3ad52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/builds.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bt.builds.createdRow = function (row, data) {
bt.builds.init = function () {
$('.table').dataTable({
ajax: {
url: `${bt.BasePath}json/allbuilds/`,
url: `${bt.basePath}json/allbuilds/`,
dataSrc: ""
},
columns: bt.builds.columns,
Expand Down

0 comments on commit 5a3ad52

Please sign in to comment.