Skip to content

Commit

Permalink
Update clippy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvatos authored Dec 23, 2021
1 parent 9b7a074 commit f1d55d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/clippy.js
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ clippy.Balloon.prototype = {

};

clippy.BASE_PATH = 'Agents/';
clippy.BASE_PATH = 'https://cdn.jsdelivr.net/gh/Salvatos/kanklippy.js/agents/';

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

0 comments on commit f1d55d1

Please sign in to comment.