Skip to content

Commit

Permalink
Accept/Deny cookie without page reload
Browse files Browse the repository at this point in the history
  • Loading branch information
ghanshyamgohel committed Aug 9, 2019
1 parent 0f453ca commit aadc1b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/ShowCase/Show.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
}
},
onStatusChange: function(status, chosenBefore) {
location.reload(true);

},
//onRevokeChoice: function() {},

Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '9.1.0',
'version' => '9.1.1',
'constraints' => [
'depends' => [
'typo3' => '7.6.13-9.5.99',
Expand Down

0 comments on commit aadc1b9

Please sign in to comment.