add comment

This commit is contained in:
Uwe Steinmann 2021-05-28 10:36:39 +02:00
parent 1b566f8fde
commit 16e4675d93
2 changed files with 2 additions and 0 deletions

View File

@ -1351,6 +1351,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
function printFileChooserJs() { /* {{{ */
?>
$(document).ready(function() {
/* Triggered after the file has been selected */
$(document).on('change', '.btn-file :file', function() {
var input = $(this),
numFiles = input.get(0).files ? input.get(0).files.length : 1,

View File

@ -1350,6 +1350,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
function printFileChooserJs() { /* {{{ */
?>
$(document).ready(function() {
/* Triggered after the file has been selected */
$(document).on('change', '.btn-file :file', function() {
var input = $(this),
numFiles = input.get(0).files ? input.get(0).files.length : 1,