Ignore:
Timestamp:
Dec 22, 2014 9:18:30 AM (10 years ago)
Author:
quyenla
Message:

test

File:
1 edited

Legend:

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

    r345 r674  
    295295
    296296                var btnUploadClick = function () {
    297                     uploadStart();
     297                    uploadStart(); 
    298298                    upload_init();
    299299
     
    416416
    417417                var uploadStart = function () {
    418 
     418                   
    419419                    var promptOptions = {
    420420                        title: "Tải lên",
     
    425425                                className: "btn btn-primary",
    426426                                callback: function () {
    427 
     427                                  if (o.oGrid)
     428                            o.oGrid.reloadGrid();
    428429                                }
    429430                            },
    430431                        }
    431432                    };
    432                    
     433               
    433434                    return bootbox.dialog(promptOptions);
    434435                }
     436               
    435437                var upload_done = function (result) {
    436438                    alert(JSON.stringify(result, null, 4));
Note: See TracChangeset for help on using the changeset viewer.