Changeset 674 for pro-bachkim-filespace/sourcecode/assets/js/manager.js
- Timestamp:
- Dec 22, 2014 9:18:30 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/assets/js/manager.js
r345 r674 295 295 296 296 var btnUploadClick = function () { 297 uploadStart(); 297 uploadStart(); 298 298 upload_init(); 299 299 … … 416 416 417 417 var uploadStart = function () { 418 418 419 419 var promptOptions = { 420 420 title: "Tải lên", … … 425 425 className: "btn btn-primary", 426 426 callback: function () { 427 427 if (o.oGrid) 428 o.oGrid.reloadGrid(); 428 429 } 429 430 }, 430 431 } 431 432 }; 432 433 433 434 return bootbox.dialog(promptOptions); 434 435 } 436 435 437 var upload_done = function (result) { 436 438 alert(JSON.stringify(result, null, 4));
Note: See TracChangeset
for help on using the changeset viewer.