Skip to content

Commit

Permalink
fix(js): Fix undefined window.Altcha (WeblateOrg#13408)
Browse files Browse the repository at this point in the history
  • Loading branch information
meel-hd authored Jan 13, 2025
1 parent 7e65cd4 commit 49dc053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/altcha.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
//
// SPDX-License-Identifier: GPL-3.0-or-later

import Altcha from "altcha";
import * as Altcha from "altcha";

window.Altcha = Altcha;
Loading

0 comments on commit 49dc053

Please sign in to comment.