File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11const Gleap = window . Gleap ;
22
33// Gleap.setApiUrl("http://localhost:9000");
4- Gleap . initialize ( "6aDbcY8I6uo5qc0CnJbfAI8mCXInmsvP " , '8fd4b016-b909-49e4-bd66-9a835cdd5a1c' , '22327b39e9028307dd88cf1de22fff94092f72500a2a93ddb49e96a2b95476a4' ) ;
4+ Gleap . initialize ( "ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV " , '8fd4b016-b909-49e4-bd66-9a835cdd5a1c' , '22327b39e9028307dd88cf1de22fff94092f72500a2a93ddb49e96a2b95476a4' ) ;
55
66/*function makeid(length) {
77 var result = '';
Original file line number Diff line number Diff line change @@ -410,9 +410,7 @@ class Gleap {
410410 if ( flowConfig . buttonLogo && flowConfig . buttonLogo . length > 0 ) {
411411 Gleap . setButtonLogoUrl ( flowConfig . buttonLogo ) ;
412412 }
413- } catch ( e ) {
414- console . log ( e ) ;
415- }
413+ } catch ( e ) { }
416414 }
417415
418416 postInit ( ) {
You can’t perform that action at this time.
0 commit comments