Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ExecuteOrDelayUntilScriptLoaded(function () {
- (function () {
- var old_UploadFinishFunc = window.UploadFinishFunc;
- window.UploadFinishFunc = function (b, a) {
- // DO SOME WORK HERE
- return old_UploadFinishFunc.apply(this, arguments);
- }
- })();
- }, "dragdrop.js");
Advertisement
Add Comment
Please, Sign In to add comment