Fix public page issue

pull/1/head
Victor Dubiniuk 10 years ago
parent 693535c1f8
commit 40ca1d58ff

@ -597,7 +597,7 @@ $(document).ready(function() {
var file_upload_start = $('#file_upload_start');
if (supportAjaxUploadWithProgress()) {
if (typeof supportAjaxUploadWithProgress !== 'undefined' && supportAjaxUploadWithProgress()) {
file_upload_start.on('fileuploadstart', function(e, data) {
$('#upload').addClass('icon icon-loading');
$('.add-document .upload').css({opacity:0})

Loading…
Cancel
Save