javascript - Firebug issue - "this.Z.isActive is not a function." -


the code below 1 line i'm having trouble with. everytime try load youtube's advanced video uploader firebug(because upload fails if don't use breakpoint) stops loading , says "this.z.isactive not function" how fix this? i'm noob @ script stuff, please go easy technical terms, lol.

var xh = function (a) {     var b = "java_uploader_" + zh++,         c = ee(document.body),         d = c.c("applet", {             id: b,             archive: a.o,             code: "com.google.uploader.service.client.applet.uploaderapplet",             width: a.pc,             height: a.pc,             style: "position: absolute; top: -" + a.pc + "px; left: -" + a.pc + "px;"         });     ah(a, new za("appletloadstart", a));     c.appendchild(document.body, d);     a.z = d;     a.ma.info("inserted applet dom id: " + b);     ah(a, new za("appletindom", a));     a.ge = window.setinterval(y(function () {         var e = l;         try {             if (this.z && (this.o = this.z.isactive())) if (this.bf = 

you can't fix youtube code.

perhaps can use this addon on firefox , write fix. work or whoever share it.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -