For exemple if I launch file:///C:/demo/FBVLC_0.0.0.6.htm it's ok, but If a lauch the same file by http:// (http://localhost/demo/FBVLC_0.0.0.6.htm) I'll get an error:
Code: Select all
Error in event handler for 'undefined': Cannot read property 'length' of undefined TypeError: Cannot read property 'length' of undefined
at X (eval at <anonymous> (chrome-extension://phahnhbgfdhgobenebnjbgmacgpbfaag/includes/wombat_content.js:11:30))
at Ka (eval at <anonymous> (chrome-extension://phahnhbgfdhgobenebnjbgmacgpbfaag/includes/wombat_content.js:11:30))
at eval at <anonymous> (chrome-extension://phahnhbgfdhgobenebnjbgmacgpbfaag/includes/wombat_content.js:11:30)
at eval at <anonymous> (chrome-extension://phahnhbgfdhgobenebnjbgmacgpbfaag/includes/wombat_content.js:11:30)
at miscellaneous_bindings:283:9
at [object Object].dispatch (event_bindings:203:41)
at Object.<anonymous> (miscellaneous_bindings:250:22)