Skip to content

Commit

Permalink
OXDEV-805 Fix export button create for subshop
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaIvanovski committed Oct 10, 2024
1 parent 1c73216 commit 46c9aa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
form.appendChild(fncInput);
// Add the token hidden field
form.insertAdjacentHTML('beforeend', '{{ oViewConf.getHiddenSid()|raw }}');
form.insertAdjacentHTML('beforeend', '{{ oViewConf.getHiddenSid()|replace({'\n': '', '\r': ''})|raw }}');
// Create a submit button
var button = document.createElement('button');
Expand Down

0 comments on commit 46c9aa3

Please sign in to comment.