alecpl
2011-07-07 65b61cdd1ce5b011ca9f846847e81f16f10ef0d0
- Insert APC_UPLOAD_PROGRESS hidden field before file field (#1486039)


1 files modified
2 ■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
program/js/app.js
@@ -5685,7 +5685,7 @@
      if (!field.length) {
        field = $('<input>').attr({type: 'hidden', name: fname});
        field.appendTo(form);
        field.prependTo(form);
      }
      field.val(ts);