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 {
866
866
name : "open-help-collection" ,
867
867
data : {
868
868
collectionId,
869
- hideBackButton : ! showBackButton ,
870
869
} ,
871
870
} ,
872
871
true
@@ -957,7 +956,6 @@ class Gleap {
957
956
name : "open-news-article" ,
958
957
data : {
959
958
id,
960
- hideBackButton : ! showBackButton ,
961
959
} ,
962
960
} ,
963
961
true
@@ -975,9 +973,7 @@ class Gleap {
975
973
GleapFrameManager . getInstance ( ) . sendMessage (
976
974
{
977
975
name : "open-checklists" ,
978
- data : {
979
- hideBackButton : ! showBackButton ,
980
- } ,
976
+ data : { } ,
981
977
} ,
982
978
true
983
979
) ;
@@ -999,7 +995,6 @@ class Gleap {
999
995
name : "start-checklist" ,
1000
996
data : {
1001
997
outboundId : outboundId ,
1002
- hideBackButton : ! showBackButton ,
1003
998
} ,
1004
999
} ,
1005
1000
true
@@ -1061,9 +1056,7 @@ class Gleap {
1061
1056
GleapFrameManager . getInstance ( ) . sendMessage (
1062
1057
{
1063
1058
name : "open-feature-requests" ,
1064
- data : {
1065
- hideBackButton : ! showBackButton ,
1066
- } ,
1059
+ data : { } ,
1067
1060
} ,
1068
1061
true
1069
1062
) ;
You can’t perform that action at this time.
0 commit comments