Changeset 345 for pro-bachkim-filespace


Ignore:
Timestamp:
Oct 30, 2014 3:49:51 PM (11 years ago)
Author:
quyenla
Message:

collaborator page

Location:
pro-bachkim-filespace/sourcecode/assets/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pro-bachkim-filespace/sourcecode/assets/js/jquery.fileupload.js

    r241 r345  
    693693
    694694        _onDone: function (result, textStatus, jqXHR, options) {
     695
    695696            var total = options._progress.total;
    696697            if (options._progress.loaded < total) {
     
    703704                }), options);
    704705            }
     706            alert("123");
    705707            options.result = result;
    706708            options.textStatus = textStatus;
  • pro-bachkim-filespace/sourcecode/assets/js/manager.js

    r287 r345  
    430430                        }
    431431                    };
    432 
     432                   
    433433                    return bootbox.dialog(promptOptions);
    434434                }
Note: See TracChangeset for help on using the changeset viewer.