Skip to content

Commit

Permalink
remove invalid Flickr API key (#331)
Browse files Browse the repository at this point in the history
Co-authored-by: Hu <[email protected]>
  • Loading branch information
blueSwordfish and Hu authored Mar 9, 2024
1 parent 62444be commit 41184d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion image/FlickrBadge.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ define(["dojo", "dojox/main", "dojox/image/Badge", "dojox/data/FlickrRestStore"]
// of the A tag.
target: "",

apikey: "8c6803164dbc395fb7131c9d54843627",
// apikey: your flickr API key
// You can set your flickr API key here
apikey: "",
_store: null,

postCreate: function(){
Expand Down

0 comments on commit 41184d5

Please sign in to comment.