Skip to content

Commit

Permalink
the upload widet is no more
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Jan 31, 2024
1 parent dec1c53 commit 078ee1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requires 'CallBackery', '>= 0.35.0';
requires 'CallBackery', '>= 0.49.0';
requires 'Mojo::SQLite';
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ qx.Class.define("callbackery.compile.CompilerApi", {
}
let cbr = process.env.CALLBACKERY_QX;
if (cbr) {
["callbackery","uploadwidget"].forEach(dir => {
["callbackery"].forEach(dir => {
config.libraries.push(cbr+"/"+dir);

});
Expand Down

0 comments on commit 078ee1a

Please sign in to comment.