mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
add comment
This commit is contained in:
parent
1b566f8fde
commit
16e4675d93
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user