mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
parent
ee1e73d096
commit
98ba645aeb
@ -271,7 +271,7 @@ print_callout(gettext("The capabilities offered here can be dangerous. No suppor
|
||||
|
||||
if (values.shift() == "0") {
|
||||
var file = values.shift();
|
||||
var fileContent = window.atob(values.join("|"));
|
||||
var fileContent = window.Base64.decode(values.join("|"));
|
||||
|
||||
$("#fileContent").val(fileContent);
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user