File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -866,7 +866,6 @@ class Gleap {
866866 name : "open-help-collection" ,
867867 data : {
868868 collectionId,
869- hideBackButton : ! showBackButton ,
870869 } ,
871870 } ,
872871 true
@@ -957,7 +956,6 @@ class Gleap {
957956 name : "open-news-article" ,
958957 data : {
959958 id,
960- hideBackButton : ! showBackButton ,
961959 } ,
962960 } ,
963961 true
@@ -975,9 +973,7 @@ class Gleap {
975973 GleapFrameManager . getInstance ( ) . sendMessage (
976974 {
977975 name : "open-checklists" ,
978- data : {
979- hideBackButton : ! showBackButton ,
980- } ,
976+ data : { } ,
981977 } ,
982978 true
983979 ) ;
@@ -999,7 +995,6 @@ class Gleap {
999995 name : "start-checklist" ,
1000996 data : {
1001997 outboundId : outboundId ,
1002- hideBackButton : ! showBackButton ,
1003998 } ,
1004999 } ,
10051000 true
@@ -1061,9 +1056,7 @@ class Gleap {
10611056 GleapFrameManager . getInstance ( ) . sendMessage (
10621057 {
10631058 name : "open-feature-requests" ,
1064- data : {
1065- hideBackButton : ! showBackButton ,
1066- } ,
1059+ data : { } ,
10671060 } ,
10681061 true
10691062 ) ;
You can’t perform that action at this time.
0 commit comments