Skip to content

Commit

Permalink
Update load.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvatos authored Dec 23, 2021
1 parent 84bd27c commit a293353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/load.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
clippy.BASE_PATH = '//s3.amazonaws.com/clippy.js/Agents/';
clippy.BASE_PATH = 'Agents/';

clippy.load = function (name, successCb, failCb) {
var path = clippy.BASE_PATH + name;
Expand Down

0 comments on commit a293353

Please sign in to comment.