- minor fix on plupload
This commit is contained in:
parent
ce0396961d
commit
842de29d4d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
var uploader;
|
var uploader;
|
||||||
|
|
||||||
uploader = $("#plupload_files").pluploadQueue({
|
$("#plupload_files").pluploadQueue({
|
||||||
// General settings
|
// General settings
|
||||||
runtimes : 'html5,html4',
|
runtimes : 'html5,html4',
|
||||||
url : '/Plupload/upload/format/json',
|
url : '/Plupload/upload/format/json',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue