Skip to content

Commit

Permalink
update API key
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartsch committed Jun 5, 2021
1 parent 8e837de commit 3ec13d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/init.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import lazyframe from "./lazyframe";

function initOnDomReady(){
lazyframe('.lazyframe', {
apikey: 'AIzaSyDQxRfx3HQrE0_oTFI2WHzoiGL_CM0JJfQ' // Sorry, will only work on this domain
lazyframe('.lazyframe', {
apikey: 'AIzaSyBGhYjnaop5mqT-IO_q3--OCrUhgopW_XQ' // Sorry, will only work on this domain
});
}

Expand Down

0 comments on commit 3ec13d2

Please sign in to comment.